[Mpuls-commits] r5299 - jmd/trunk/jmdstrukturweb/controllers

scm-commit@wald.intevation.org scm-commit at wald.intevation.org
Mon Sep 5 11:29:31 CEST 2011


Author: roland
Date: 2011-09-05 11:29:31 +0200 (Mon, 05 Sep 2011)
New Revision: 5299

Modified:
   jmd/trunk/jmdstrukturweb/controllers/case.py
Log:
issue2317: Remove unneeded, hard coded message strings, we now use the
i18n-ed basis and overwrite the translations


Modified: jmd/trunk/jmdstrukturweb/controllers/case.py
===================================================================
--- jmd/trunk/jmdstrukturweb/controllers/case.py	2011-09-02 13:54:05 UTC (rev 5298)
+++ jmd/trunk/jmdstrukturweb/controllers/case.py	2011-09-05 09:29:31 UTC (rev 5299)
@@ -46,13 +46,7 @@
 
 log = logging.getLogger(__name__)
 
-DELETE_CONFIRM = "JMD-Statistik löschen"
-DELETE_CONFIRM_TEXT = "Achtung, beim Löschen der JMD-Statistik gehen alle Daten unwiederbringlich verloren!<br>Löschen Sie die Statistik nur, wenn diese tatsächlich <b>nicht</b> mehr für Auswertungszwecke hinzugezogen werden soll.<br><br>Die Statistik jetzt vom Server löschen?"
-MARKDELETE_CONFIRM_TEXT = "Wollen Sie wirklich die JMD-Statistik zum Löschen freigeben? Die JMD-Statistik steht Ihnen danach nicht mehr zur Bearbeitung zur Verfügung und wird der Administration zum Löschen vorgelegt." 
-RESTORE_CONFIRM = "JMD-Statistik wiederherstellen?" 
-RESTORE_CONFIRM_TEXT = "Wollen Sie wirklich die JMD-Statistik wiederherstellen? Die JMD-Statistik ist danach wieder für die Nutzer bearbeitbar."
 
-
 class CaseController(MpulsCaseController):
     def _get_validator(self):
         '''Set specific validator'''



More information about the Mpuls-commits mailing list