[Mpuls-commits] r2333 - wasko/branches/2.0/mpulsweb/templates/phase

scm-commit@wald.intevation.org scm-commit at wald.intevation.org
Wed Apr 14 10:35:04 CEST 2010


Author: torsten
Date: 2010-04-14 10:35:04 +0200 (Wed, 14 Apr 2010)
New Revision: 2333

Modified:
   wasko/branches/2.0/mpulsweb/templates/phase/phase.mako
Log:
* mpulsweb/templates/phase/phase.mako: Wald #1359: Added unit to
	duration of phases.


Modified: wasko/branches/2.0/mpulsweb/templates/phase/phase.mako
===================================================================
--- wasko/branches/2.0/mpulsweb/templates/phase/phase.mako	2010-04-14 08:22:09 UTC (rev 2332)
+++ wasko/branches/2.0/mpulsweb/templates/phase/phase.mako	2010-04-14 08:35:04 UTC (rev 2333)
@@ -94,7 +94,7 @@
   <table>
     <tr>
       <th>${_('Phase')}</th>
-      <th class="actions">${_('Duration')}</th>
+      <th class="actions">${_('Duration in weeks')}</th>
     </tr>
     % for num, phase in enumerate(c.phases): 
       <% 



More information about the Mpuls-commits mailing list