From 18350d9fafa9c6585dad4a3afdd0baf4d65a28b9 Mon Sep 17 00:00:00 2001 From: rakekniven Date: Mon, 11 Dec 2017 16:08:39 +0100 Subject: [PATCH 1/2] Update admin.js Fixed triple dot (changed to ellipsis) --- js/admin.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/admin.js b/js/admin.js index 58ddbd06..ed381f29 100644 --- a/js/admin.js +++ b/js/admin.js @@ -64,7 +64,7 @@ var documentsSettings = { 'external_apps': externalAppsData }; - OC.msg.startAction('#enable-external-apps-section-msg', t('richdocuments', 'Saving...')); + OC.msg.startAction('#enable-external-apps-section-msg', t('richdocuments', 'Saving…')); $.post( OC.filePath('richdocuments', 'ajax', 'admin.php'), data, From 05aee219583d3b62c43cda815234d62fb1d374fb Mon Sep 17 00:00:00 2001 From: rakekniven Date: Mon, 11 Dec 2017 16:10:54 +0100 Subject: [PATCH 2/2] Update documents.js Changed wording according to https://www.transifex.com/nextcloud/nextcloud/translate/#de_DE/richdocuments/125396748?issue=yes --- js/documents.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/documents.js b/js/documents.js index 925b2f60..7ddb7f57 100644 --- a/js/documents.js +++ b/js/documents.js @@ -383,7 +383,7 @@ var documentsMain = { // console.log(val); // documentsMain.WOPIPostMessage($('#loleafletframe')[0], Action_SaveAs', {'Filename': val}); // }, false, null, true); - OC.dialogs.prompt(t('richdocuments', 'Please enter filename to which this document should be stored.'), + OC.dialogs.prompt(t('richdocuments', 'Please enter the filename to store the document as.'), t('richdocuments', 'Save As'), function(result, value) { if (result === true) {