summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Wimpress <[email protected]>2019-10-04 14:39:57 +0100
committerMartin Wimpress <[email protected]>2019-10-07 16:02:10 +0100
commitc50e4bd3aaf65a27a57df75d3141428ac6f686ec (patch)
treeb26079b7ebdd8ce2c17531d18985253be58b99a5
parent6db03b2852482dc0eedf0f5c2464410e4da74d37 (diff)
downloadmate-panel-c50e4bd3aaf65a27a57df75d3141428ac6f686ec.tar.bz2
mate-panel-c50e4bd3aaf65a27a57df75d3141428ac6f686ec.tar.xz
Change the panel menu descriptions to better identify them
The "Main Menu" becomes "Compact Menu", since it is indeed the most compact menu available for MATE. The "Menu Bar" becomes "Classic Menu" since this is what most users identify as the classic menu used in GNOME2/MATE. The description more clearly articulates the menu features.
-rw-r--r--mate-panel/panel-addto.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/mate-panel/panel-addto.c b/mate-panel/panel-addto.c
index 3f6fa11e..fbf5c52f 100644
--- a/mate-panel/panel-addto.c
+++ b/mate-panel/panel-addto.c
@@ -150,8 +150,8 @@ static PanelAddtoItemInfo special_addto_items [] = {
static PanelAddtoItemInfo internal_addto_items [] = {
{ PANEL_ADDTO_MENU,
- N_("Main Menu"),
- N_("The main MATE menu"),
+ N_("Compact Menu"),
+ N_("A compact menu"),
PANEL_ICON_MAIN_MENU,
PANEL_ACTION_NONE,
NULL,
@@ -162,8 +162,8 @@ static PanelAddtoItemInfo internal_addto_items [] = {
TRUE },
{ PANEL_ADDTO_MENUBAR,
- N_("Menu Bar"),
- N_("A custom menu bar"),
+ N_("Classic Menu"),
+ N_("The classic Applications, Places and System menu bar"),
PANEL_ICON_MAIN_MENU,
PANEL_ACTION_NONE,
NULL,