[eog-plugins] send-by-mail: Add mnemonic to menu entry



commit 96643af523afd6f9ae6ebaf115a9dbd10be9c97a
Author: Felix Riemann <friemann gnome org>
Date:   Thu Aug 10 22:27:37 2017 +0200

    send-by-mail: Add mnemonic to menu entry
    
    https://bugzilla.gnome.org/show_bug.cgi?id=786011

 plugins/send-by-mail/eog-send-by-mail-plugin.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/plugins/send-by-mail/eog-send-by-mail-plugin.c b/plugins/send-by-mail/eog-send-by-mail-plugin.c
index b48c1ac..8dd6eb4 100644
--- a/plugins/send-by-mail/eog-send-by-mail-plugin.c
+++ b/plugins/send-by-mail/eog-send-by-mail-plugin.c
@@ -115,7 +115,7 @@ impl_activate (EogWindowActivatable *activatable)
 
        /* Append entry to the window's gear menu */
        menu = g_menu_new ();
-       g_menu_append (menu, _("Send by Mail"),
+       g_menu_append (menu, _("Send by _Mail"),
                       "win." EOG_SEND_BY_MAIL_PLUGIN_ACTION);
 
        item = g_menu_item_new_section (NULL, G_MENU_MODEL (menu));


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