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:
parent
e0d7d28c20
commit
93c66b3537
@ -107,9 +107,9 @@ const Overview = new Lang.Class({
|
|||||||
|
|
||||||
this._overviewCreated = true;
|
this._overviewCreated = true;
|
||||||
|
|
||||||
|
this._overview = new St.BoxLayout({ name: 'overview',
|
||||||
/* Translators: This is the main view to select
|
/* Translators: This is the main view to select
|
||||||
activities. See also note for "Activities" string. */
|
activities. See also note for "Activities" string. */
|
||||||
this._overview = new St.BoxLayout({ name: 'overview',
|
|
||||||
accessible_name: _("Overview"),
|
accessible_name: _("Overview"),
|
||||||
vertical: true });
|
vertical: true });
|
||||||
this._overview.add_constraint(new LayoutManager.MonitorConstraint({ primary: true }));
|
this._overview.add_constraint(new LayoutManager.MonitorConstraint({ primary: true }));
|
||||||
|
Loading…
x
Reference in New Issue
Block a user