[gnome-shell] PortalHelper: Make translator comment appear



commit c363e2a322eb419f64f5b22a4c5e146f941798a7
Author: Bastien Nocera <hadess hadess net>
Date:   Wed Jan 28 13:47:56 2015 +0100

    PortalHelper: Make translator comment appear
    
    Use "/* */" for the translator comment, so that xgettext can extract it.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=736182

 js/portalHelper/main.js |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/js/portalHelper/main.js b/js/portalHelper/main.js
index 33d2906..b15dfcf 100644
--- a/js/portalHelper/main.js
+++ b/js/portalHelper/main.js
@@ -80,8 +80,8 @@ const PortalWindow = new Lang.Class({
         if (title) {
             this.title = title;
         } else {
-            // TRANSLATORS: this is the title of the wifi captive portal login
-            // window, until we know the title of the actual login page
+            /* TRANSLATORS: this is the title of the wifi captive portal login
+             * window, until we know the title of the actual login page */
             this.title = _("Web Authentication Redirect");
         }
     },


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]