[gnome-disk-utility/udisks2-port] Use a mnemonic for the Attach button in the "Attach Disk Image" file chooser



commit a6669e64ebf66c710877869c28108f9bcc49b373
Author: David Zeuthen <davidz redhat com>
Date:   Mon Nov 14 13:15:49 2011 -0500

    Use a mnemonic for the Attach button in the "Attach Disk Image" file chooser
    
    Signed-off-by: David Zeuthen <davidz redhat com>

 src/palimpsest/gduwindow.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/palimpsest/gduwindow.c b/src/palimpsest/gduwindow.c
index 7dd3cc1..587dc8b 100644
--- a/src/palimpsest/gduwindow.c
+++ b/src/palimpsest/gduwindow.c
@@ -586,7 +586,7 @@ on_device_tree_attach_disk_image_button_clicked (GtkToolButton *button,
                                         GTK_WINDOW (window),
                                         GTK_FILE_CHOOSER_ACTION_OPEN,
                                         GTK_STOCK_CANCEL, GTK_RESPONSE_CANCEL,
-                                        _("Attach"), GTK_RESPONSE_ACCEPT,
+                                        _("_Attach"), GTK_RESPONSE_ACCEPT,
                                         NULL);
   gtk_file_chooser_set_current_folder (GTK_FILE_CHOOSER (dialog), g_get_home_dir ());
 



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