[Mpuls-commits] r2887 - waska/branches/1.7/waskaweb/lib

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


Author: torsten
Date: 2010-06-04 13:13:58 +0200 (Fri, 04 Jun 2010)
New Revision: 2887

Modified:
   waska/branches/1.7/waskaweb/lib/helpers.py
Log:
Fixed title texts


Modified: waska/branches/1.7/waskaweb/lib/helpers.py
===================================================================
--- waska/branches/1.7/waskaweb/lib/helpers.py	2010-06-04 11:13:39 UTC (rev 2886)
+++ waska/branches/1.7/waskaweb/lib/helpers.py	2010-06-04 11:13:58 UTC (rev 2887)
@@ -50,7 +50,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ür ESF-Berichterstattung'
     if 3 in tags: return 'Grundsätzlich auswertbar'
     else: return 'Nicht auswertbar'
 



More information about the Mpuls-commits mailing list