From c363e2a322eb419f64f5b22a4c5e146f941798a7 Mon Sep 17 00:00:00 2001 From: Bastien Nocera Date: Wed, 28 Jan 2015 13:47:56 +0100 Subject: [PATCH] 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 file changed, 2 insertions(+), 2 deletions(-) diff --git a/js/portalHelper/main.js b/js/portalHelper/main.js index 33d2906c5..b15dfcfd6 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"); } },