From db7d95b0d6858417453e8f5e10f041c71c12a51f Mon Sep 17 00:00:00 2001 From: Christian Neumair Date: Sat, 7 Jun 2003 10:17:50 +0000 Subject: We used to have two mnemonics for Shift_JS. Fix it and tell translators 2003-06-07 Christian Neumair * embed/mozilla/mozilla-embed-single.cpp: We used to have two mnemonics for Shift_JS. Fix it and tell translators that they have to be careful. --- embed/mozilla/mozilla-embed-single.cpp | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'embed/mozilla/mozilla-embed-single.cpp') diff --git a/embed/mozilla/mozilla-embed-single.cpp b/embed/mozilla/mozilla-embed-single.cpp index a5de2d908..dc5540302 100644 --- a/embed/mozilla/mozilla-embed-single.cpp +++ b/embed/mozilla/mozilla-embed-single.cpp @@ -155,7 +155,9 @@ encodings[] = { N_("_Icelandic (MacIcelandic)"), "x-mac-icelandic", LG_OTHER }, { N_("Japanese (_EUC-JP)"), "EUC-JP", LG_JAPANESE }, { N_("Japanese (_ISO-2022-JP)"), "ISO-2022-JP", LG_JAPANESE }, - { N_("Japanese (_Shift_JIS)"), "Shift_JIS", LG_JAPANESE }, + /* translators: the '__' characters are no mnemonics. + * keep them, they'll show up as '_' in Ephy */ + { N_("Japanese (_Shift__JIS)"), "Shift_JIS", LG_JAPANESE }, { N_("Korean (_EUC-KR)"), "EUC-KR", LG_KOREAN }, { N_("Korean (_ISO-2022-KR)"), "ISO-2022-KR", LG_KOREAN }, { N_("Korean (_JOHAB)"), "x-johab", LG_KOREAN }, -- cgit v1.2.3