Use more verbose text for upload menu

* see https://github.com/nextcloud/server/pull/4922

Signed-off-by: Marius Blüm <marius@lineone.io>
pull/53/head
Marius Blüm 7 years ago committed by GitHub
parent d35b5f5070
commit 0a98e7ea2f

@ -147,7 +147,7 @@ var odfViewer = {
newFileMenu.addMenuEntry({
id: 'add-' + docExt,
displayName: t('richdocuments', 'Document'),
displayName: t('richdocuments', 'New Document'),
templateName: 'New Document.' + docExt,
iconClass: 'icon-filetype-document',
fileType: 'x-office-document',
@ -158,7 +158,7 @@ var odfViewer = {
newFileMenu.addMenuEntry({
id: 'add-' + spreadsheetExt,
displayName: t('richdocuments', 'Spreadsheet'),
displayName: t('richdocuments', 'New Spreadsheet'),
templateName: 'New Spreadsheet.' + spreadsheetExt,
iconClass: 'icon-filetype-spreadsheet',
fileType: 'x-office-spreadsheet',
@ -169,7 +169,7 @@ var odfViewer = {
newFileMenu.addMenuEntry({
id: 'add-' + presentationExt,
displayName: t('richdocuments', 'Presentation'),
displayName: t('richdocuments', 'New Presentation'),
templateName: 'New Presentation.' + presentationExt,
iconClass: 'icon-filetype-presentation',
fileType: 'x-office-presentation',

Loading…
Cancel
Save