From 3691e8ddd75889791a5d3e6aa2518fb5ceda5d71 Mon Sep 17 00:00:00 2001 From: Joanmarie Diggs Date: Sat, 14 Sep 2013 13:43:45 -0400 Subject: [PATCH] Remove "Menu" from the name of the Settings menu Its presence makes Orca present "Settings Menu menu". Removing it does not introduce any new strings. https://bugzilla.gnome.org/show_bug.cgi?id=708080 --- js/ui/panel.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/ui/panel.js b/js/ui/panel.js index ec12caa2a..6a2df4538 100644 --- a/js/ui/panel.js +++ b/js/ui/panel.js @@ -804,7 +804,7 @@ const AggregateMenu = new Lang.Class({ Extends: PanelMenu.Button, _init: function() { - this.parent(0.0, _("Settings Menu"), false); + this.parent(0.0, _("Settings"), false); this.menu.actor.add_style_class_name('aggregate-menu'); this._indicators = new St.BoxLayout({ style_class: 'panel-status-indicators-box' });