[Mpuls-commits] r4643 - in wasko/trunk: . waskoweb/templates/caselifetime/dialogs

scm-commit@wald.intevation.org scm-commit at wald.intevation.org
Thu Feb 17 13:04:39 CET 2011


Author: ludwig
Date: 2011-02-17 13:04:38 +0100 (Thu, 17 Feb 2011)
New Revision: 4643

Modified:
   wasko/trunk/ChangeLog
   wasko/trunk/waskoweb/templates/caselifetime/dialogs/confirm_reopen.mako
Log:
update of the msgids (part 3)

Modified: wasko/trunk/ChangeLog
===================================================================
--- wasko/trunk/ChangeLog	2011-02-17 12:03:02 UTC (rev 4642)
+++ wasko/trunk/ChangeLog	2011-02-17 12:04:38 UTC (rev 4643)
@@ -1,5 +1,10 @@
 2011-02-17  Ludwig Reiter <ludwig.reiter at intevation.de>
 
+	* waskoweb/templates/caselifetime/dialogs/confirm_reopen.mako:
+	Update of the msgids (Part3)
+
+2011-02-17  Ludwig Reiter <ludwig.reiter at intevation.de>
+
 	* waskoweb/i18n/de/LC_MESSAGES/waskoweb.po,
 	waskoweb/controllers/settings.py: Update of the msgids (Part 2)
 

Modified: wasko/trunk/waskoweb/templates/caselifetime/dialogs/confirm_reopen.mako
===================================================================
--- wasko/trunk/waskoweb/templates/caselifetime/dialogs/confirm_reopen.mako	2011-02-17 12:03:02 UTC (rev 4642)
+++ wasko/trunk/waskoweb/templates/caselifetime/dialogs/confirm_reopen.mako	2011-02-17 12:04:38 UTC (rev 4643)
@@ -2,6 +2,6 @@
 <%def name="buildNavipath()">
 	${parent.buildNavipath()}
         <li><a href="/case/select/${session.get('case').id}/1">${_('cm_np_select')}</a></li>
-	<li><a href="/case/caselifetime/${session.get('case').id}">${_('menu_app_link_overview')}</a></li>
+	<li><a href="/case/caselifetime/${session.get('case').id}">${_('Events')}</a></li>
 </%def>
 <%include file="../../dialogs/confirm.mako" />



More information about the Mpuls-commits mailing list