diff --git a/js/admin.js b/js/admin.js index 884e2512..b0124346 100644 --- a/js/admin.js +++ b/js/admin.js @@ -7,7 +7,7 @@ var documentsSettings = { wopi_url : $('#wopi_url').val().replace(/\/$/, '') }; - OC.msg.startAction('#documents-admin-msg', t('richdocuments', 'Saving...')); + OC.msg.startAction('#documents-admin-msg', t('richdocuments', 'Saving…')); $.post( OC.filePath('richdocuments', 'ajax', 'admin.php'), data, diff --git a/js/documents.js b/js/documents.js index 7098c072..8d10fd23 100644 --- a/js/documents.js +++ b/js/documents.js @@ -213,7 +213,7 @@ var documentsMain = { var revHistoryContainerTemplate = Handlebars.compile(documentsMain.UI.revHistoryContainerTemplate); var revHistoryContainer = revHistoryContainerTemplate({ filename: documentsMain.fileName, - moreVersionsLabel: t('richdocuments', 'More versions...'), + moreVersionsLabel: t('richdocuments', 'More versions…'), closeButtonUrl: OC.imagePath('core', 'actions/close') }); $('#revViewerContainer').prepend(revHistoryContainer); @@ -292,7 +292,7 @@ var documentsMain = { if (!documentsMain.renderComplete) { setTimeout(function() { documentsMain.UI.showEditor(title, action); }, 500); - console.log('Waiting for page to render ...'); + console.log('Waiting for page to render…'); return; } parent.postMessage('loading', '*'); @@ -535,7 +535,7 @@ var documentsMain = { if (documentsMain.isGuest){ return; } - documentsMain.UI.showProgress(t('richdocuments', 'Loading documents...')); + documentsMain.UI.showProgress(t('richdocuments', 'Loading documents…')); documentsMain.docs.documentGrid('render', fileId); documentsMain.UI.hideProgress(); } diff --git a/templates/documents.php b/templates/documents.php index 6d5dc79a..528a1505 100644 --- a/templates/documents.php +++ b/templates/documents.php @@ -14,7 +14,7 @@ script('richdocuments', 'documents'); ?>