Change wrong string "Extra Effort" for "Overtime Effort"
This commit is contained in:
parent
3aaa1a1258
commit
d5a397351e
2 changed files with 3 additions and 3 deletions
|
|
@ -148,7 +148,7 @@
|
||||||
<hbox align="middle">
|
<hbox align="middle">
|
||||||
<label value="${i18n:_('Normal Effort')}:" />
|
<label value="${i18n:_('Normal Effort')}:" />
|
||||||
<hbox id="exceptionDayNormalEffortRow" />
|
<hbox id="exceptionDayNormalEffortRow" />
|
||||||
<label value="${i18n:_('Extra Effort')}:" />
|
<label value="${i18n:_('Overtime Effort')}:" />
|
||||||
<hbox id="exceptionDayExtraEffortBox"
|
<hbox id="exceptionDayExtraEffortBox"
|
||||||
sclass="exceptionDayExtraEffortBox" />
|
sclass="exceptionDayExtraEffortBox" />
|
||||||
</hbox>
|
</hbox>
|
||||||
|
|
|
||||||
|
|
@ -32,7 +32,7 @@
|
||||||
<newdatasortablecolumn label="${i18n:_('Color')}"/>
|
<newdatasortablecolumn label="${i18n:_('Color')}"/>
|
||||||
<newdatasortablecolumn label="${i18n:_('Over assignable')}" />
|
<newdatasortablecolumn label="${i18n:_('Over assignable')}" />
|
||||||
<newdatasortablecolumn label="${i18n:_('Standard Effort')}" />
|
<newdatasortablecolumn label="${i18n:_('Standard Effort')}" />
|
||||||
<newdatasortablecolumn label="${i18n:_('Extra Effort')}" />
|
<newdatasortablecolumn label="${i18n:_('Overtime Effort')}" />
|
||||||
<newdatasortablecolumn label="${i18n:_('Operations')}" />
|
<newdatasortablecolumn label="${i18n:_('Operations')}" />
|
||||||
</columns>
|
</columns>
|
||||||
</newdatasortablegrid>
|
</newdatasortablegrid>
|
||||||
|
|
@ -40,4 +40,4 @@
|
||||||
<button label="${i18n:_('Create')}" onClick="controller.goToCreateForm()"
|
<button label="${i18n:_('Create')}" onClick="controller.goToCreateForm()"
|
||||||
sclass="create-button global-action"/>
|
sclass="create-button global-action"/>
|
||||||
|
|
||||||
</window>
|
</window>
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue