Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/turtleart.py
diff options
context:
space:
mode:
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')