Removed translation for some strings that are not going to be translated ("<<" and ">>").
FEA: ItEr67S04BugFixing
This commit is contained in:
parent
146cc38239
commit
c22b7c4679
2 changed files with 5 additions and 5 deletions
|
|
@ -40,9 +40,9 @@
|
|||
</listbox>
|
||||
|
||||
<vbox>
|
||||
<button id="assignButton" label="${i18n:_('<<')}"
|
||||
<button id="assignButton" label="<<"
|
||||
onClick="top.assign(unassignedObjects);" />
|
||||
<button id="unassignButton" label="${i18n:_('>>')}"
|
||||
<button id="unassignButton" label=">>"
|
||||
onClick="top.unassign(assignedObjects);" />
|
||||
</vbox>
|
||||
|
||||
|
|
@ -59,4 +59,4 @@
|
|||
|
||||
</vbox>
|
||||
|
||||
</zk>
|
||||
</zk>
|
||||
|
|
|
|||
|
|
@ -39,8 +39,8 @@
|
|||
</listbox>
|
||||
</vbox>
|
||||
<vbox style="margin-top:80px">
|
||||
<button id="unassignButton" label="${i18n:_('>>')}"></button>
|
||||
<button id="assignButton" label="${i18n:_('<<')}"></button>
|
||||
<button id="unassignButton" label=">>"></button>
|
||||
<button id="assignButton" label="<<"></button>
|
||||
</vbox>
|
||||
|
||||
<vbox>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue