[nautilus] trash-bar: added missing mnemonics



commit 5fdc74afc86cc219406b6d3e3a6391d5f4971b4d
Author: Muhammet Kara <muhammetk gmail com>
Date:   Fri Feb 27 09:56:22 2015 +0200

    trash-bar: added missing mnemonics
    
    Added missing mnemonics for the 'Restore' and 'Empty' buttons
    at the top of the trash bar.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=721411

 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 7f7a76b..ac66308 100644
--- a/src/nautilus-trash-bar.c
+++ b/src/nautilus-trash-bar.c
@@ -199,14 +199,14 @@ 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"),
+                                    _("_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),
        /* Translators: "Empty" is an action (for the trash) , not a state */
-                                    _("Empty"),
+                                    _("_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]