[gnome-boxes] topbar: Change mnemonic for 'Done'



commit 422a74e220d2d03bd4a9c9ca86ffba59de1a87f4
Author: Zeeshan Ali (Khattak) <zeeshanak gnome org>
Date:   Thu Feb 28 17:27:52 2013 +0200

    topbar: Change mnemonic for 'Done'
    
    '_D' mnemonic conflicts with 'Delete' button in selection mode.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=694875

 src/topbar.vala |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/topbar.vala b/src/topbar.vala
index c3ee72f..b8b15a4 100644
--- a/src/topbar.vala
+++ b/src/topbar.vala
@@ -108,7 +108,7 @@ private class Boxes.Topbar: Boxes.UI {
         search2_btn = selection_toolbar.add_toggle ("edit-find-symbolic", null, false) as Gtk.ToggleButton;
         search2_btn.bind_property ("active", App.app.searchbar, "visible", BindingFlags.BIDIRECTIONAL);
 
-        done_btn = selection_toolbar.add_button (null, _("_Done"), false) as Gtk.Button;
+        done_btn = selection_toolbar.add_button (null, _("D_one"), false) as Gtk.Button;
         done_btn.get_style_context().add_class("suggested-action");
         done_btn.use_stock = true;
         done_btn.clicked.connect (() => {


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