[geary] Restore mnemonics for Archive, Trash, Delete: Bug #731171



commit 0774757a7a745ef497f49c6c727d7e5913bae378
Author: Jim Nelson <jim yorba org>
Date:   Tue Jun 3 14:01:41 2014 -0700

    Restore mnemonics for Archive, Trash, Delete: Bug #731171
    
    Also adds translator notes for Archive and Trash (that they are
    actions, not the folders themselves): Bug #731172

 src/client/application/geary-controller.vala |    8 +++++---
 1 files changed, 5 insertions(+), 3 deletions(-)
---
diff --git a/src/client/application/geary-controller.vala b/src/client/application/geary-controller.vala
index cd9d5d8..3f04d96 100644
--- a/src/client/application/geary-controller.vala
+++ b/src/client/application/geary-controller.vala
@@ -43,17 +43,19 @@ public class GearyController : Geary.BaseObject {
     
     public const int MIN_CONVERSATION_COUNT = 50;
     
-    private const string DELETE_MESSAGE_LABEL = _("Delete");
+    private const string DELETE_MESSAGE_LABEL = _("_Delete");
     private const string DELETE_MESSAGE_TOOLTIP_SINGLE = _("Delete conversation (Shift+Delete)");
     private const string DELETE_MESSAGE_TOOLTIP_MULTIPLE = _("Delete conversations (Shift+Delete)");
     private const string DELETE_MESSAGE_ICON_NAME = "edit-delete-symbolic";
     
-    private const string TRASH_MESSAGE_LABEL = _("Trash");
+    // This refers to the action ("move email to the trash"), not the Trash folder itself
+    private const string TRASH_MESSAGE_LABEL = _("_Trash");
     private const string TRASH_MESSAGE_TOOLTIP_SINGLE = _("Move conversation to trash (Delete, Backspace)");
     private const string TRASH_MESSAGE_TOOLTIP_MULTIPLE = _("Move conversations to trash (Delete, 
Backspace)");
     private const string TRASH_MESSAGE_ICON_NAME = "user-trash-symbolic";
     
-    private const string ARCHIVE_MESSAGE_LABEL = _("Archive");
+    // This refers to the action ("archive an email"), not the Archive folder itself
+    private const string ARCHIVE_MESSAGE_LABEL = _("_Archive");
     private const string ARCHIVE_MESSAGE_TOOLTIP_SINGLE = _("Archive conversation (A)");
     private const string ARCHIVE_MESSAGE_TOOLTIP_MULTIPLE = _("Archive conversations (A)");
     private const string ARCHIVE_MESSAGE_ICON_NAME = "archive-symbolic";


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