summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHuang Peng <shawn.p.huang@gmail.com>2008-09-03 15:10:37 +0800
committerHuang Peng <shawn.p.huang@gmail.com>2008-09-03 15:10:37 +0800
commit294587606de7da0798aebd44b46a7f2bc5e4e62b (patch)
tree4a473dff7c2815f3f75b5e69bf3b400b7d020441
parentee159653208349c396917be34730b278195f4027 (diff)
downloadibus-anthy-294587606de7da0798aebd44b46a7f2bc5e4e62b.tar.gz
Fix a typo.
-rw-r--r--engine/engine.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/engine/engine.py b/engine/engine.py
index 473ddcd..27c2d91 100644
--- a/engine/engine.py
+++ b/engine/engine.py
@@ -128,7 +128,7 @@ class Engine(ibus.EngineBase):
label = _(u"Romaji")))
props.append(ibus.Property(name = u"TypingMode.Kana",
type = ibus.PROP_TYPE_RADIO,
- label = _(u"Katakana")))
+ label = _(u"Kana")))
# props.append(ibus.Property(name = u"TypingMode.ThumbShift",
# type = ibus.PROP_TYPE_RADIO,
# label = _(u"Thumb shift")))