summaryrefslogtreecommitdiff
path: root/src/nautilus-trash-bar.c
diff options
context:
space:
mode:
authorWilliam Jon McCann <jmccann@redhat.com>2012-08-13 23:33:22 -0400
committerWilliam Jon McCann <jmccann@redhat.com>2012-08-14 09:45:22 -0400
commit92ba6ad27c1778eb4e6940fac396f28bf2f3c127 (patch)
tree40b979a65f77e1e2b2f42bf1be88ec7e10481fd8 /src/nautilus-trash-bar.c
parent39883e954d09727148a979fa405f7ef31c97f711 (diff)
downloadnautilus-92ba6ad27c1778eb4e6940fac396f28bf2f3c127.tar.gz
Simpify the action names in the trash bar
https://bugzilla.gnome.org/show_bug.cgi?id=650058
Diffstat (limited to 'src/nautilus-trash-bar.c')
-rw-r--r--src/nautilus-trash-bar.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/nautilus-trash-bar.c b/src/nautilus-trash-bar.c
index a21ef8183..6fe10bece 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"));