[Blends-commit] r2887 - /blends/trunk/team_analysis_tools/upload_history.py
tille at users.alioth.debian.org
tille at users.alioth.debian.org
Sun Jul 10 07:00:46 UTC 2011
Author: tille
Date: Sun Jul 10 07:00:45 2011
New Revision: 2887
URL: http://svn.debian.org/wsvn/blends/?sc=1&rev=2887
Log:
Replace German error message by an English one
Modified:
blends/trunk/team_analysis_tools/upload_history.py
Modified: blends/trunk/team_analysis_tools/upload_history.py
URL: http://svn.debian.org/wsvn/blends/blends/trunk/team_analysis_tools/upload_history.py?rev=2887&op=diff
==============================================================================
--- blends/trunk/team_analysis_tools/upload_history.py (original)
+++ blends/trunk/team_analysis_tools/upload_history.py Sun Jul 10 07:00:45 2011
@@ -102,7 +102,7 @@
try:
curs.execute(query)
except psycopg2.ProgrammingError, err:
- print >>stderr, "Zu wenig Uploader im %s team.\n%s" % (team, err)
+ print >>stderr, "To few uploaders in %s team.\n%s" % (team, err)
exit
for row in curs.fetchall():
print >>out, ' ' + row[0] ,
More information about the Blends-commit
mailing list