[i18n] Mark string to be translated
This commit is contained in:
parent
64912d141a
commit
4bf34b868c
1 changed files with 1 additions and 1 deletions
|
|
@ -1021,7 +1021,7 @@ public class OrderPlanningModel implements IOrderPlanningModel {
|
|||
try {
|
||||
Messagebox
|
||||
.show(_("Unsaved changes will be lost. Are you sure?"),
|
||||
"Confirm exit dialog", Messagebox.OK
|
||||
_("Confirm exit dialog"), Messagebox.OK
|
||||
| Messagebox.CANCEL,
|
||||
Messagebox.QUESTION,
|
||||
new org.zkoss.zk.ui.event.EventListener() {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue