Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/turtleart.py
diff options
context:
space:
mode:
authorWalter Bender <walter@sugarlabs.org>2010-08-22 13:37:50 (GMT)
committer Walter Bender <walter@sugarlabs.org>2010-08-22 13:37:50 (GMT)
commit36bdd8452d23ab2d4703bc5d4e65ce4b972bb7bc (patch)
tree5408d28cd3bbebc4719587e3427894a9fbbdf75c /turtleart.py
parentf4634c7bbe41ad8c3daa48ca0bfd4b09d8308dbc (diff)
added i18n
Diffstat (limited to 'turtleart.py')
-rwxr-xr-xturtleart.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/turtleart.py b/turtleart.py
index a5e9e8b..b655449 100755
--- a/turtleart.py
+++ b/turtleart.py
@@ -180,7 +180,7 @@ class TurtleMain():
# We can't write to the configuration file, use
# a faux file that will persist for the length of
# the session.
- print 'Configuration directory not writable: %s' % (e)
+ print _('Configuration directory not writable: %s') % (e)
data_file = cStringIO.StringIO()
data_file.write(str(50) + '\n')
data_file.write(str(50) + '\n')