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
This commit is contained in:
parent
dd0c3296bb
commit
c363e2a322
@ -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");
|
||||
}
|
||||
},
|
||||
|
Loading…
Reference in New Issue
Block a user