aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/external-editor/external-editor.c
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/external-editor/external-editor.c')
-rw-r--r--plugins/external-editor/external-editor.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/external-editor/external-editor.c b/plugins/external-editor/external-editor.c
index d31b0d8e54..8f6e782919 100644
--- a/plugins/external-editor/external-editor.c
+++ b/plugins/external-editor/external-editor.c
@@ -119,8 +119,8 @@ e_plugin_lib_get_configure_widget (EPlugin *epl)
g_free (editor);
}
- checkbox = gtk_check_button_new_with_label (
- _("Automatically launch when a new mail is edited"));
+ checkbox = gtk_check_button_new_with_mnemonic (
+ _("_Automatically launch when a new mail is edited"));
checked = g_settings_get_boolean (settings, "launch-on-key-press");
if (checked)
gtk_toggle_button_set_active (GTK_TOGGLE_BUTTON (checkbox), TRUE);