Use more verbose text for upload menu
* see https://github.com/nextcloud/server/pull/4922 Signed-off-by: Marius Blüm <marius@lineone.io>
This commit is contained in:
parent
d35b5f5070
commit
0a98e7ea2f
@ -147,7 +147,7 @@ var odfViewer = {
|
|||||||
|
|
||||||
newFileMenu.addMenuEntry({
|
newFileMenu.addMenuEntry({
|
||||||
id: 'add-' + docExt,
|
id: 'add-' + docExt,
|
||||||
displayName: t('richdocuments', 'Document'),
|
displayName: t('richdocuments', 'New Document'),
|
||||||
templateName: 'New Document.' + docExt,
|
templateName: 'New Document.' + docExt,
|
||||||
iconClass: 'icon-filetype-document',
|
iconClass: 'icon-filetype-document',
|
||||||
fileType: 'x-office-document',
|
fileType: 'x-office-document',
|
||||||
@ -158,7 +158,7 @@ var odfViewer = {
|
|||||||
|
|
||||||
newFileMenu.addMenuEntry({
|
newFileMenu.addMenuEntry({
|
||||||
id: 'add-' + spreadsheetExt,
|
id: 'add-' + spreadsheetExt,
|
||||||
displayName: t('richdocuments', 'Spreadsheet'),
|
displayName: t('richdocuments', 'New Spreadsheet'),
|
||||||
templateName: 'New Spreadsheet.' + spreadsheetExt,
|
templateName: 'New Spreadsheet.' + spreadsheetExt,
|
||||||
iconClass: 'icon-filetype-spreadsheet',
|
iconClass: 'icon-filetype-spreadsheet',
|
||||||
fileType: 'x-office-spreadsheet',
|
fileType: 'x-office-spreadsheet',
|
||||||
@ -169,7 +169,7 @@ var odfViewer = {
|
|||||||
|
|
||||||
newFileMenu.addMenuEntry({
|
newFileMenu.addMenuEntry({
|
||||||
id: 'add-' + presentationExt,
|
id: 'add-' + presentationExt,
|
||||||
displayName: t('richdocuments', 'Presentation'),
|
displayName: t('richdocuments', 'New Presentation'),
|
||||||
templateName: 'New Presentation.' + presentationExt,
|
templateName: 'New Presentation.' + presentationExt,
|
||||||
iconClass: 'icon-filetype-presentation',
|
iconClass: 'icon-filetype-presentation',
|
||||||
fileType: 'x-office-presentation',
|
fileType: 'x-office-presentation',
|
||||||
|
Loading…
x
Reference in New Issue
Block a user