ItEr60S04ValidacionEProbasFuncionaisItEr59S04 [Bug #544] Added i18n support in some texts where it was missing.
This commit is contained in:
parent
961eca61ea
commit
d76b5546ba
2 changed files with 2 additions and 2 deletions
|
|
@ -38,7 +38,7 @@
|
|||
|
||||
<window self="@{define(content)}"
|
||||
apply="org.navalplanner.web.reports.HoursWorkedPerWorkerController"
|
||||
title="Hours worked per worker"
|
||||
title="${i18n:_('Hours worked per worker')}"
|
||||
border="normal" >
|
||||
|
||||
<!-- Select dates -->
|
||||
|
|
|
|||
|
|
@ -38,7 +38,7 @@
|
|||
|
||||
<window self="@{define(content)}"
|
||||
apply="org.navalplanner.web.reports.OrderCostsPerResourceController"
|
||||
title="Order costs per resource">
|
||||
title="${i18n:_('Order costs per resource')}">
|
||||
|
||||
<tabbox>
|
||||
<tabs>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue