X-Git-Url: https://git.mdrn.pl/fnpeditor.git/blobdiff_plain/e1acb388e008f83e89976e3779330d2a268f525e..fd957bf9f733257a5b3f3abeffc772a1a9cf54ed:/src/editor/modules/data/data.js diff --git a/src/editor/modules/data/data.js b/src/editor/modules/data/data.js index 3bb2c2c..540f896 100644 --- a/src/editor/modules/data/data.js +++ b/src/editor/modules/data/data.js @@ -175,7 +175,8 @@ return function(sandbox) { dialog = Dialog.create({ fields: documentSaveForm.fields, title: gettext('Save Document'), - executeButtonText: gettext('Save') + executeButtonText: gettext('Save'), + cancelButtonText: gettext('Cancel') }); dialog.on('execute', function(event) { @@ -239,7 +240,8 @@ return function(sandbox) { dialog = Dialog.create({ fields: documentRestoreForm.fields, title: gettext('Restore Version'), - executeButtonText: gettext('Restore') + executeButtonText: gettext('Restore'), + cancelButtonText: gettext('Cancel') }); dialog.on('execute', function(event) {