From 36bdd8452d23ab2d4703bc5d4e65ce4b972bb7bc Mon Sep 17 00:00:00 2001 From: Walter Bender Date: Sun, 22 Aug 2010 13:37:50 +0000 Subject: added i18n --- (limited to 'turtleart.py') 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') -- cgit v0.9.1