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