diff options
-rw-r--r-- | mate-panel/panel-addto.c | 8 |
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, |