[evolution] Bug 745044 - Missing mnemonics in backup-restore plugin



commit a255e379be2d859b010bf6b183c927fa03c2b6e7
Author: Milan Crha <mcrha redhat com>
Date:   Wed Feb 25 15:41:20 2015 +0100

    Bug 745044 - Missing mnemonics in backup-restore plugin

 modules/backup-restore/evolution-backup-restore.c  |    2 +-
 .../org-gnome-backup-restore.error.xml             |    4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/modules/backup-restore/evolution-backup-restore.c 
b/modules/backup-restore/evolution-backup-restore.c
index da83a47..354a634 100644
--- a/modules/backup-restore/evolution-backup-restore.c
+++ b/modules/backup-restore/evolution-backup-restore.c
@@ -286,7 +286,7 @@ action_settings_restore_cb (GtkAction *action,
 
                mask = dialog_prompt_user (
                        GTK_WINDOW (shell_window),
-                       _("_Restart Evolution after restore"),
+                       _("Re_start Evolution after restore"),
                        "org.gnome.backup-restore:restore-confirm", NULL);
                if (mask & BR_OK)
                        restore (path, mask & BR_START);
diff --git a/modules/backup-restore/org-gnome-backup-restore.error.xml 
b/modules/backup-restore/org-gnome-backup-restore.error.xml
index b38a134..ed19e3a 100644
--- a/modules/backup-restore/org-gnome-backup-restore.error.xml
+++ b/modules/backup-restore/org-gnome-backup-restore.error.xml
@@ -8,14 +8,14 @@
    <error id="backup-confirm" type="warning" default="GTK_RESPONSE_CANCEL">
     <_primary>Are you sure you want to close Evolution?</_primary>
     <_secondary xml:space="preserve">To back up your data and settings, you must first close Evolution. 
Please make sure that you save any unsaved data before proceeding.</_secondary>
-    <button _label="Close and Back up Evolution" response="GTK_RESPONSE_YES"/>
+    <button _label="Close and _Back up Evolution" response="GTK_RESPONSE_YES"/>
     <button stock="gtk-cancel" response="GTK_RESPONSE_CANCEL"/>
   </error>
    <error id="restore-confirm" type="warning" default="GTK_RESPONSE_CANCEL">
     <_primary>Are you sure you want to restore Evolution from the selected backup file?</_primary>
     <_secondary xml:space="preserve">To restore your data and settings, you must first close Evolution. 
Please make sure that you save any unsaved data before proceeding. This will delete all your current 
Evolution data and settings and restore them from your backup.</_secondary>
     <button stock="gtk-cancel" response="GTK_RESPONSE_CANCEL"/>
-    <button _label="Close and Restore Evolution" response="GTK_RESPONSE_YES"/>
+    <button _label="Close and _Restore Evolution" response="GTK_RESPONSE_YES"/>
   </error>  
    <error id="insufficient-permissions" type="error">
         <_primary>Insufficient Permissions</_primary>


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