Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/project_gui.py
diff options
context:
space:
mode:
authorroot <root@ghunt-desktop.(none)>2010-12-20 16:54:46 (GMT)
committer root <root@ghunt-desktop.(none)>2010-12-20 16:54:46 (GMT)
commit750ced1ac69eef6c15c4d404d8b4c8c698663859 (patch)
treefe47a3fddf84742f8d7f6cfc435bb9c9517c64c3 /project_gui.py
parent16fc1eeb4fb1673d0e12338a5d726185bd72431a (diff)
add PyDebug.pot, do html cleanup
Diffstat (limited to 'project_gui.py')
-rw-r--r--project_gui.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/project_gui.py b/project_gui.py
index 62a735a..652a622 100644
--- a/project_gui.py
+++ b/project_gui.py
@@ -316,7 +316,7 @@ class ProjectGui(ProjectFunctions):
_file.write(icon_str)
_file.close()
except IOError, e:
- msg = _("I/O error(%s): %s"%(e))
+ msg = _("I/O error:") + str(e)
_logger.error(msg)
except Exception, e:
msg = "Unexpected error:%s"%e