Fix a translator comment

They need to be exactly one line above a string to show up in .po files.
This commit is contained in:
Piotr Drąg 2017-01-28 02:01:14 +01:00
parent e0d7d28c20
commit 93c66b3537

View File

@ -107,9 +107,9 @@ const Overview = new Lang.Class({
this._overviewCreated = true;
/* Translators: This is the main view to select
activities. See also note for "Activities" string. */
this._overview = new St.BoxLayout({ name: 'overview',
/* Translators: This is the main view to select
activities. See also note for "Activities" string. */
accessible_name: _("Overview"),
vertical: true });
this._overview.add_constraint(new LayoutManager.MonitorConstraint({ primary: true }));