Spell "SHIFT_JIS" in menu as "SHIFT__JIS" to prevent unwanted mnemonic

This commit is contained in:
Christian Dywan 2009-06-12 23:35:59 +02:00
parent cc4eb06bb3
commit bd5fd85031

View file

@ -4022,7 +4022,8 @@ static const GtkActionEntry entries[] = {
N_("Chinese (BIG5)"), "",
NULL, G_CALLBACK (_action_view_encoding_activate) },
{ "EncodingJapanese", NULL,
N_("Japanese (SHIFT_JIS)"), "",
/* i18n: A double underscore "__" is used to prevent an unwanted mnemonic */
N_("Japanese (SHIFT__JIS)"), "",
NULL, G_CALLBACK (_action_view_encoding_activate) },
{ "EncodingRussian", NULL,
N_("Russian (KOI8-R)"), "",