Add an option to never rename a file during the session

This commit is contained in:
yflory
2017-11-17 10:57:54 +01:00
parent 31b31654ec
commit af8aa25228
3 changed files with 4 additions and 1 deletions

View File

@@ -204,6 +204,7 @@ define(function () {
out.cancel = "Cancel";
out.cancelButton = 'Cancel (esc)';
out.doNotAskAgain = "Always keep existing name (Esc)";
out.historyText = "History";
out.historyButton = "Display the document history";