Spell "SHIFT_JIS" in menu as "SHIFT__JIS" to prevent unwanted mnemonic
This commit is contained in:
parent
cc4eb06bb3
commit
bd5fd85031
1 changed files with 2 additions and 1 deletions
|
@ -4022,7 +4022,8 @@ static const GtkActionEntry entries[] = {
|
||||||
N_("Chinese (BIG5)"), "",
|
N_("Chinese (BIG5)"), "",
|
||||||
NULL, G_CALLBACK (_action_view_encoding_activate) },
|
NULL, G_CALLBACK (_action_view_encoding_activate) },
|
||||||
{ "EncodingJapanese", NULL,
|
{ "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) },
|
NULL, G_CALLBACK (_action_view_encoding_activate) },
|
||||||
{ "EncodingRussian", NULL,
|
{ "EncodingRussian", NULL,
|
||||||
N_("Russian (KOI8-R)"), "",
|
N_("Russian (KOI8-R)"), "",
|
||||||
|
|
Loading…
Reference in a new issue