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

scm-commit@wald.intevation.org scm-commit at wald.intevation.org
Mon Jun 6 11:09:06 CEST 2011


Author: ludwig
Date: 2011-06-06 11:09:05 +0200 (Mon, 06 Jun 2011)
New Revision: 5067

Modified:
   base/trunk/ChangeLog
   base/trunk/mpulsweb/controllers/appointment.py
Log:
Issue2181: Changed a wrong inline moved msg (appointment)

Modified: base/trunk/ChangeLog
===================================================================
--- base/trunk/ChangeLog	2011-06-06 08:15:17 UTC (rev 5066)
+++ base/trunk/ChangeLog	2011-06-06 09:09:05 UTC (rev 5067)
@@ -13,6 +13,11 @@
 	mpulsweb/controllers/document.py:
 	Issue1005: Move translated msgs inline.
 
+2011-06-06  Ludwig Reiter <ludwig.reiter at intevation.de>
+
+	* mpulsweb/controllers/appointment.py:
+	Issue2181: Changed a wrong inline moved msg.
+
 2011-06-03  Ludwig Reiter <ludwig.reiter at intevation.de>
 
 	* mpulsweb/controllers/case_bundle.py,

Modified: base/trunk/mpulsweb/controllers/appointment.py
===================================================================
--- base/trunk/mpulsweb/controllers/appointment.py	2011-06-06 08:15:17 UTC (rev 5066)
+++ base/trunk/mpulsweb/controllers/appointment.py	2011-06-06 09:09:05 UTC (rev 5067)
@@ -80,8 +80,8 @@
             appointment = factory.createNew()
             appointment.setData(c.form_result)
             appointment.store()
-            c.dialog_title = _(u'Appointment deleted')
-            c.dialog_text =  _(u"The appointment was successfully deleted.") + \
+            c.dialog_title =_(u"Appointment created") 
+            c.dialog_text = _(u"The appointment was successfully created.") + \
                     " "  + \
                     _("Please click OK to continue to the appointment overview")
             c.url_ok = url_for(controller='/appointment', action='overview')



More information about the Mpuls-commits mailing list