aboutsummaryrefslogtreecommitdiffstats
path: root/embed
diff options
context:
space:
mode:
authorChristian Neumair <chris@gnome-de.org>2003-06-07 18:17:50 +0800
committerChristian Neumair <cneumair@src.gnome.org>2003-06-07 18:17:50 +0800
commitdb7d95b0d6858417453e8f5e10f041c71c12a51f (patch)
tree4fc81f73fcc76c52037da89b84816dd01584951c /embed
parentcda0a0c5e93e986a83bfeb27c2faf48fa3f3d1ae (diff)
downloadgsoc2013-epiphany-db7d95b0d6858417453e8f5e10f041c71c12a51f.tar
gsoc2013-epiphany-db7d95b0d6858417453e8f5e10f041c71c12a51f.tar.gz
gsoc2013-epiphany-db7d95b0d6858417453e8f5e10f041c71c12a51f.tar.bz2
gsoc2013-epiphany-db7d95b0d6858417453e8f5e10f041c71c12a51f.tar.lz
gsoc2013-epiphany-db7d95b0d6858417453e8f5e10f041c71c12a51f.tar.xz
gsoc2013-epiphany-db7d95b0d6858417453e8f5e10f041c71c12a51f.tar.zst
gsoc2013-epiphany-db7d95b0d6858417453e8f5e10f041c71c12a51f.zip
We used to have two mnemonics for Shift_JS. Fix it and tell translators
2003-06-07 Christian Neumair <chris@gnome-de.org> * 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.
Diffstat (limited to 'embed')
-rw-r--r--embed/mozilla/mozilla-embed-single.cpp4
1 files changed, 3 insertions, 1 deletions
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 },