[i18n] Mark string to be translated

This commit is contained in:
Manuel Rego Casasnovas 2011-11-11 09:45:35 +01:00
parent a8f8fe2db4
commit 64912d141a

View file

@ -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,