diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/mainwindow.c | 4 | ||||
-rw-r--r-- | src/prefs_account_dialog.c | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/src/mainwindow.c b/src/mainwindow.c index 075d1f79..61a0e581 100644 --- a/src/mainwindow.c +++ b/src/mainwindow.c @@ -815,7 +815,7 @@ static GtkItemFactoryEntry mainwin_entries[] = {N_("/_Tools/Delete du_plicated messages"), NULL, delete_duplicated_cb, 0, NULL}, {N_("/_Tools/---"), NULL, NULL, 0, "<Separator>"}, - {N_("/_Tools/E_xecute"), "X", execute_summary_cb, 0, NULL}, + {N_("/_Tools/E_xecute marked process"), "X", execute_summary_cb, 0, NULL}, {N_("/_Tools/---"), NULL, NULL, 0, "<Separator>"}, {N_("/_Tools/_Log window"), "<shift><control>L", log_window_show_cb, 0, NULL}, @@ -2043,7 +2043,7 @@ void main_window_set_menu_sensitive(MainWindow *mainwin) #ifndef G_OS_WIN32 {"/Tools/Actions" , M_TARGET_EXIST|M_UNLOCKED}, #endif - {"/Tools/Execute" , M_MSG_EXIST|M_EXEC}, + {"/Tools/Execute marked process" , M_MSG_EXIST|M_EXEC}, {"/Tools/Delete duplicated messages" , M_MSG_EXIST|M_ALLOW_DELETE}, {"/Configuration", M_UNLOCKED}, diff --git a/src/prefs_account_dialog.c b/src/prefs_account_dialog.c index 6dcc9576..3a36ea00 100644 --- a/src/prefs_account_dialog.c +++ b/src/prefs_account_dialog.c @@ -1400,9 +1400,9 @@ static void prefs_account_privacy_create(void) gtk_box_pack_start (GTK_BOX (vbox1), vbox2, FALSE, FALSE, 0); PACK_CHECK_BUTTON (vbox2, default_sign_chkbtn, - _("Sign message by default")); + _("PGP sign message by default")); PACK_CHECK_BUTTON (vbox2, default_encrypt_chkbtn, - _("Encrypt message by default")); + _("PGP encrypt message by default")); PACK_CHECK_BUTTON (vbox2, encrypt_reply_chkbtn, _("Encrypt when replying to encrypted message")); PACK_CHECK_BUTTON (vbox2, ascii_armored_chkbtn, |