mirror of
https://github.com/edu4rdshl/gnome-shell.git
synced 2026-07-18 07:34:54 +00:00
panel: improve string for system menu, bug 755755
Refer to the system menu in the top bar as "System" rather than "Settings" as it contains more than just settings and "Settings" is already used for the settings panel. "System" is also used elsewhere, so include context for translators.
This commit is contained in:
parent
faae1a028e
commit
f6cd3fa5ed
1 changed files with 1 additions and 1 deletions
|
|
@ -647,7 +647,7 @@ const AggregateMenu = new Lang.Class({
|
|||
Extends: PanelMenu.Button,
|
||||
|
||||
_init: function() {
|
||||
this.parent(0.0, _("Settings"), false);
|
||||
this.parent(0.0, C_("System menu in the top bar", "System"), false);
|
||||
this.menu.actor.add_style_class_name('aggregate-menu');
|
||||
|
||||
this._indicators = new St.BoxLayout({ style_class: 'panel-status-indicators-box' });
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue