[gnome-panel] Improve a menu label



commit 2845c16fda19f4cae779f3e43942d9117f52ab5e
Author: Matthias Clasen <mclasen redhat com>
Date:   Thu Aug 6 10:20:48 2009 -0400

    Improve a menu label
    
    Add an ellipsis to 'Clear Recent Documents'. String change !

 gnome-panel/panel-recent.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/gnome-panel/panel-recent.c b/gnome-panel/panel-recent.c
index 4b6c494..3c5e94f 100644
--- a/gnome-panel/panel-recent.c
+++ b/gnome-panel/panel-recent.c
@@ -232,7 +232,7 @@ panel_recent_append_documents_menu (GtkWidget        *top_menu,
 				   panel_menu_icon_get_size (),
 				   NULL,
 				   GTK_STOCK_CLEAR, NULL,
-				   _("Clear Recent Documents"));
+				   _("Clear Recent Documents..."));
 	panel_util_set_tooltip_text (menu_item,
 				     _("Clear all items from the recent documents list"));
 	gtk_menu_shell_append (GTK_MENU_SHELL (recent_menu), menu_item);



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]