[Mpuls-commits] r2888 - wasko/branches/1.0/waskaweb/lib

scm-commit@wald.intevation.org scm-commit at wald.intevation.org
Fri Jun 4 13:14:07 CEST 2010


Author: roland
Date: 2010-06-04 13:14:07 +0200 (Fri, 04 Jun 2010)
New Revision: 2888

Modified:
   wasko/branches/1.0/waskaweb/lib/helpers.py
Log:
stupid typo

Modified: wasko/branches/1.0/waskaweb/lib/helpers.py
===================================================================
--- wasko/branches/1.0/waskaweb/lib/helpers.py	2010-06-04 11:13:58 UTC (rev 2887)
+++ wasko/branches/1.0/waskaweb/lib/helpers.py	2010-06-04 11:14:07 UTC (rev 2888)
@@ -56,7 +56,7 @@
     else: return 0 # nicht wirklich auswertbar
     
 def get_validity_name(tags):
-    if 4 in tags: return 'Berichtsfähig fü ESF-Berichterstattung'
+    if 4 in tags: return 'Berichtsfähig für ESF-Berichterstattung'
     if 3 in tags: return 'Grundsätzlich auswertbar'
     else: return 'Nicht auswertbar'
 



More information about the Mpuls-commits mailing list