[Bug #910] Change string 'Type resource assignation' to 'Resource allocation type'
FEA: ItEr71S04BugFixing
This commit is contained in:
parent
cc53b4c015
commit
c5a3c21577
3 changed files with 5 additions and 5 deletions
|
|
@ -2050,8 +2050,8 @@ msgid "PDF"
|
|||
msgstr "PDF"
|
||||
|
||||
#: navalplanner-webapp/src/main/webapp/planner/_tabPanelTaskProperties.zul:68
|
||||
msgid "Type resource assignation"
|
||||
msgstr "Asignación de tipo de recursos"
|
||||
msgid "Resource allocation type"
|
||||
msgstr "Tipo de asignación de recursos"
|
||||
|
||||
#: navalplanner-webapp/src/main/java/org/navalplanner/web/limitingresources/LimitingResourcesController.java:334
|
||||
#: navalplanner-webapp/src/main/java/org/navalplanner/web/planner/order/SaveCommand.java:148
|
||||
|
|
|
|||
|
|
@ -2040,8 +2040,8 @@ msgid "PDF"
|
|||
msgstr "PDF"
|
||||
|
||||
#: navalplanner-webapp/src/main/webapp/planner/_tabPanelTaskProperties.zul:68
|
||||
msgid "Type resource assignation"
|
||||
msgstr "Asignación de tipos de recursos"
|
||||
msgid "Resource allocation type"
|
||||
msgstr "Tipo de asignación de recursos"
|
||||
|
||||
#: navalplanner-webapp/src/main/java/org/navalplanner/web/limitingresources/LimitingResourcesController.java:334
|
||||
#: navalplanner-webapp/src/main/java/org/navalplanner/web/planner/order/SaveCommand.java:148
|
||||
|
|
|
|||
|
|
@ -66,7 +66,7 @@
|
|||
</vbox>
|
||||
</row>
|
||||
<row id="resourceAllocationType" visible="@{editController.isTask}">
|
||||
<label value="${i18n:_('Type resource assignation')}" />
|
||||
<label value="${i18n:_('Resource allocation type')}" />
|
||||
<listbox id="lbResourceAllocationType"
|
||||
mold="select"
|
||||
model="@{propertiesController.resourceAllocationTypeOptionList}"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue