From e2f4302e3183a3b653c996f5e48b43e6442f0e4d Mon Sep 17 00:00:00 2001 From: Eric Gregory Date: Mon, 25 Feb 2013 18:29:01 -0800 Subject: [PATCH] Closes #6044 Shortcuts in tooltips --- src/client/geary-controller.vala | 8 ++++---- ui/composer.glade | 22 +++++++++++----------- ui/toolbar.glade | 8 ++++---- 3 files changed, 19 insertions(+), 19 deletions(-) diff --git a/src/client/geary-controller.vala b/src/client/geary-controller.vala index 3b85cbff..ee11cc97 100644 --- a/src/client/geary-controller.vala +++ b/src/client/geary-controller.vala @@ -32,13 +32,13 @@ public class GearyController { public const int FETCH_EMAIL_CHUNK_COUNT = 50; private const string DELETE_MESSAGE_LABEL = _("_Delete"); - private const string DELETE_MESSAGE_TOOLTIP_SINGLE = _("Delete the selected conversation"); - private const string DELETE_MESSAGE_TOOLTIP_MULTIPLE = _("Delete the selected conversations"); + private const string DELETE_MESSAGE_TOOLTIP_SINGLE = _("Delete conversation (Delete, Backspace, A)"); + private const string DELETE_MESSAGE_TOOLTIP_MULTIPLE = _("Delete conversations (Delete, Backspace, A)"); private const string DELETE_MESSAGE_ICON_NAME = "user-trash-full"; private const string ARCHIVE_MESSAGE_LABEL = _("_Archive"); - private const string ARCHIVE_MESSAGE_TOOLTIP_SINGLE = _("Archive the selected conversation"); - private const string ARCHIVE_MESSAGE_TOOLTIP_MULTIPLE = _("Archive the selected conversations"); + private const string ARCHIVE_MESSAGE_TOOLTIP_SINGLE = _("Archive conversation (Delete, Backspace, A)"); + private const string ARCHIVE_MESSAGE_TOOLTIP_MULTIPLE = _("Archive conversations (Delete, Backspace, A)"); private const string ARCHIVE_MESSAGE_ICON_NAME = "mail-archive"; private const string MARK_AS_SPAM_LABEL = _("Mark as s_pam"); diff --git a/ui/composer.glade b/ui/composer.glade index 1c442b24..f4a7628a 100644 --- a/ui/composer.glade +++ b/ui/composer.glade @@ -420,7 +420,7 @@ bold True False - Bold + Bold (Ctrl+B) Bold True @@ -434,7 +434,7 @@ italic True False - Italic + Italic (Ctrl+I) Italic True @@ -448,7 +448,7 @@ underline True False - Underline + Underline (Ctrl+U) Underline True @@ -462,7 +462,7 @@ strikethrough True False - Strikethrough + Strikethrough (Ctrl+K) Strikethrough True @@ -486,7 +486,7 @@ indent True False - Indent + Indent (Ctrl+]) Indent True @@ -500,7 +500,7 @@ outdent True False - Un-indent + Un-indent (Ctrl+[) Un-indent True @@ -524,7 +524,7 @@ font True False - Fonts + Fonts Fonts True @@ -538,7 +538,7 @@ fontsize True False - Font size + Font size Font size True @@ -552,7 +552,7 @@ color True False - Color + Color (Ctrl+R) Color True @@ -566,7 +566,7 @@ insertlink True False - Link + Link (Ctrl+L) Link True @@ -580,7 +580,7 @@ removeformat True False - Remove formatting + Remove formatting (Ctrl+Space) Remove formatting True diff --git a/ui/toolbar.glade b/ui/toolbar.glade index 7591fd7b..5ce08853 100644 --- a/ui/toolbar.glade +++ b/ui/toolbar.glade @@ -9,7 +9,7 @@ False True False - Start new conversation + Start new conversation (Ctrl+N, N) False True New Message @@ -37,7 +37,7 @@ False True False - Reply to last message in conversation + Reply to last message in conversation (Ctrl+R, R) False True Reply @@ -54,7 +54,7 @@ False True False - Reply to everyone in last message of conversation + Reply to everyone in last message of conversation (Ctrl+Shift+R, Shift+R) False True Reply All @@ -71,7 +71,7 @@ False True False - Send copy of last message in conversation + Send copy of last message in conversation (Ctrl+L, F) False True Forward