aboutsummaryrefslogtreecommitdiff
path: root/src/prefs_common_dialog.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/prefs_common_dialog.c')
-rw-r--r--src/prefs_common_dialog.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/prefs_common_dialog.c b/src/prefs_common_dialog.c
index 4e8f04d8..23f24606 100644
--- a/src/prefs_common_dialog.c
+++ b/src/prefs_common_dialog.c
@@ -900,7 +900,7 @@ static void prefs_send_create(void)
optmenu_menu = gtk_menu_new ();
SET_MENUITEM(_("MIME header"), FENC_MIME);
- SET_MENUITEM(_("RFC 2231"), FENC_RFC2231);
+ SET_MENUITEM("RFC 2231", FENC_RFC2231);
gtk_option_menu_set_menu (GTK_OPTION_MENU (optmenu_fencoding),
optmenu_menu);