mirror of
https://github.com/edu4rdshl/gnome-shell.git
synced 2026-07-18 07:34:54 +00:00
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
1 changed files with 2 additions and 2 deletions
|
|
@ -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 }));
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue