[Mpuls-commits] r5252 - in base/trunk: . mpulsweb/controllers

scm-commit@wald.intevation.org scm-commit at wald.intevation.org
Fri Aug 19 20:58:48 CEST 2011


Author: bh
Date: 2011-08-19 20:58:47 +0200 (Fri, 19 Aug 2011)
New Revision: 5252

Modified:
   base/trunk/ChangeLog
   base/trunk/mpulsweb/controllers/case_bundle.py
Log:
* mpulsweb/controllers/case_bundle.py
(CaseBundleController.delete): Fix dialog title.


Modified: base/trunk/ChangeLog
===================================================================
--- base/trunk/ChangeLog	2011-08-19 15:43:03 UTC (rev 5251)
+++ base/trunk/ChangeLog	2011-08-19 18:58:47 UTC (rev 5252)
@@ -1,5 +1,10 @@
 2011-08-19  Bernhard Herzog  <bh at intevation.de>
 
+	* mpulsweb/controllers/case_bundle.py
+	(CaseBundleController.delete): Fix dialog title.
+
+2011-08-19  Bernhard Herzog  <bh at intevation.de>
+
 	* mpulsweb/model/case.py (MpulsCase.delete): Simplify the
 	implementation and remove the exception handlers. The callers can
 	deal with the exceptions now.

Modified: base/trunk/mpulsweb/controllers/case_bundle.py
===================================================================
--- base/trunk/mpulsweb/controllers/case_bundle.py	2011-08-19 15:43:03 UTC (rev 5251)
+++ base/trunk/mpulsweb/controllers/case_bundle.py	2011-08-19 18:58:47 UTC (rev 5252)
@@ -348,7 +348,7 @@
                           + " " + _("Please click OK to continue."))
             template = '/casebundle/dialogs/failure_delete_admin.mako'
         else:
-            c.dialog_title = _(u"No Case not deleted.")
+            c.dialog_title = _(u"No Case deleted")
             c.dialog_text = _(u"None of the selected cases could be deleted."
                               u" Please click OK to continue.")
 



More information about the Mpuls-commits mailing list