Skip to content

Commit

Permalink
Merge pull request #53 from nextcloud/verbose-uploadmenu-text
Browse files Browse the repository at this point in the history
Use more verbose text for upload menu
  • Loading branch information
MorrisJobke committed May 17, 2017
2 parents c23e968 + 0a98e7e commit 8e44456
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions js/viewer/viewer.js
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand All @@ -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',
Expand All @@ -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',
Expand Down

0 comments on commit 8e44456

Please sign in to comment.