Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/abacus.py
diff options
context:
space:
mode:
authorWalter Bender <walter@sugarlabs.org>2010-09-27 13:31:47 (GMT)
committer Walter Bender <walter@sugarlabs.org>2010-09-27 13:31:47 (GMT)
commitde5c59e4486aff105ef8a533772ce24641212078 (patch)
tree044705cb890d0d451ddb1340688546feba8acc25 /abacus.py
parent2558f5fd228a24760ce424b91ee383d5f4ab221d (diff)
cleaned up strings
Diffstat (limited to 'abacus.py')
-rwxr-xr-xabacus.py6
1 files changed, 3 insertions, 3 deletions
diff --git a/abacus.py b/abacus.py
index e89528a..cbec53a 100755
--- a/abacus.py
+++ b/abacus.py
@@ -49,7 +49,7 @@ class AbacusMain:
self.win.connect("delete_event", lambda w,e: gtk.main_quit())
ABACI = {
- "c": _("Saunpan"),
+ "c": _("Suanpan"),
"j": _("Soroban"),
"r": _("Schety"),
"m": _("Nepohualtzintzin"),
@@ -57,8 +57,8 @@ class AbacusMain:
"h": _("Hexadecimal"),
"f": _("Fraction"),
"d": _("Decimal"),
- "C": _("Caacupe"),
- "R": _("Cuisenaire")
+ "C": _("Caacupé"),
+ "R": _("Rods")
}
menu = gtk.Menu()