]> spindle.queued.net Git - midori/commitdiff
Spell "SHIFT_JIS" in menu as "SHIFT__JIS" to prevent unwanted mnemonic
authorChristian Dywan <christian@twotoasts.de>
Fri, 12 Jun 2009 21:35:59 +0000 (23:35 +0200)
committerChristian Dywan <christian@twotoasts.de>
Fri, 12 Jun 2009 21:46:24 +0000 (23:46 +0200)
midori/midori-browser.c

index e95e79753b7ffc98f2f097826b3abd8531f86140..3ff455cffd5d4d2ff77825e371878cccf9c1c244 100644 (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)"), "",