[Mpuls-commits] r5357 - base/trunk/mpulsweb/controllers
scm-commit@wald.intevation.org
scm-commit at wald.intevation.org
Thu Sep 15 19:21:05 CEST 2011
Author: bh
Date: 2011-09-15 19:21:05 +0200 (Thu, 15 Sep 2011)
New Revision: 5357
Modified:
base/trunk/mpulsweb/controllers/case.py
Log:
Fix syntax error accidentally introduced with the last commit.
Modified: base/trunk/mpulsweb/controllers/case.py
===================================================================
--- base/trunk/mpulsweb/controllers/case.py 2011-09-15 17:17:28 UTC (rev 5356)
+++ base/trunk/mpulsweb/controllers/case.py 2011-09-15 17:21:05 UTC (rev 5357)
@@ -688,7 +688,7 @@
c.dialog_title = _("Case(s) imported!""")
c.dialog_text = _("The file was imported successfully."
- " Click on "OK" to open the case overview.")
+ " Click on 'OK' to open the case overview.")
c.url_ok = h.url_for(controller="/case_overview")
return render('/casemanagement/dialogs/success_xml_import.mako')
except Exception, e:
More information about the Mpuls-commits
mailing list