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) {
|
if (title) {
|
||||||
this.title = title;
|
this.title = title;
|
||||||
} else {
|
} else {
|
||||||
// TRANSLATORS: this is the title of the wifi captive portal login
|
/* TRANSLATORS: this is the title of the wifi captive portal login
|
||||||
// window, until we know the title of the actual login page
|
* window, until we know the title of the actual login page */
|
||||||
this.title = _("Web Authentication Redirect");
|
this.title = _("Web Authentication Redirect");
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
Loading…
Reference in New Issue
Block a user