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

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


Author: roland
Date: 2010-06-04 13:13:39 +0200 (Fri, 04 Jun 2010)
New Revision: 2886

Modified:
   wasko/branches/1.0/waskaweb/lib/helpers.py
Log:
fixed validity text

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



More information about the Mpuls-commits mailing list