[nautilus] Simpify the action names in the trash bar



commit 92ba6ad27c1778eb4e6940fac396f28bf2f3c127
Author: William Jon McCann <jmccann redhat com>
Date:   Mon Aug 13 23:33:22 2012 -0400

    Simpify the action names in the trash bar
    
    https://bugzilla.gnome.org/show_bug.cgi?id=650058

 src/nautilus-trash-bar.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/src/nautilus-trash-bar.c b/src/nautilus-trash-bar.c
index a21ef81..6fe10be 100644
--- a/src/nautilus-trash-bar.c
+++ b/src/nautilus-trash-bar.c
@@ -199,13 +199,13 @@ nautilus_trash_bar_init (NautilusTrashBar *bar)
 	gtk_container_add (GTK_CONTAINER (content_area), label);
 
 	w = gtk_info_bar_add_button (GTK_INFO_BAR (bar),
-				     _("Restore Selected Items"),
+				     _("Restore"),
 				     TRASH_BAR_RESPONSE_RESTORE);
 	gtk_widget_set_tooltip_text (w,
 				     _("Restore selected items to their original position"));
 
 	w = gtk_info_bar_add_button (GTK_INFO_BAR (bar),
-				     _("Empty _Trash"),
+				     _("Empty"),
 				     TRASH_BAR_RESPONSE_EMPTY);
 	gtk_widget_set_tooltip_text (w,
 				     _("Delete all items in the Trash"));



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