summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdolfo Jayme Barrientos <fitojb@ubuntu.com>2018-06-16 14:39:36 -0500
committerAndras Timar <andras.timar@collabora.com>2018-06-19 09:40:35 +0200
commitf17a2d5f50f86364bdc2110032ef0aed1c508710 (patch)
tree88574fd43559f7034481d01408f1cf589ad1669a
parenta52152777717aad85b5f954af1b43f1a23c35d25 (diff)
tdf#117496 Drop the word “Microsoft” per design team decision
Change-Id: I53206c0c2e94d2620b62e980ae9b90d9933bef1c Reviewed-on: https://gerrit.libreoffice.org/54407 Reviewed-by: Andras Timar <andras.timar@collabora.com> Tested-by: Andras Timar <andras.timar@collabora.com>
-rw-r--r--loleaflet/src/control/Control.Menubar.js12
1 files changed, 6 insertions, 6 deletions
diff --git a/loleaflet/src/control/Control.Menubar.js b/loleaflet/src/control/Control.Menubar.js
index 8e4d4d120..e08919e00 100644
--- a/loleaflet/src/control/Control.Menubar.js
+++ b/loleaflet/src/control/Control.Menubar.js
@@ -22,8 +22,8 @@ L.Control.Menubar = L.Control.extend({
{name: _('Download as'), id: 'downloadas', type: 'menu', menu: [
{name: _('PDF Document (.pdf)'), id: 'downloadas-pdf', type: 'action'},
{name: _('ODF text document (.odt)'), id: 'downloadas-odt', type: 'action'},
- {name: _('Microsoft Word 2003 (.doc)'), id: 'downloadas-doc', type: 'action'},
- {name: _('Microsoft Word (.docx)'), id: 'downloadas-docx', type: 'action'},
+ {name: _('Word 2003 Document (.doc)'), id: 'downloadas-doc', type: 'action'},
+ {name: _('Word Document (.docx)'), id: 'downloadas-docx', type: 'action'},
{name: _('Rich Text (.rtf)'), id: 'downloadas-rtf', type: 'action'}]},
{type: 'separator'},
{uno: '.uno:SetDocumentProperties'}
@@ -232,8 +232,8 @@ L.Control.Menubar = L.Control.extend({
{name: _('Download as'), id: 'downloadas', type: 'menu', menu: [
{name: _('PDF Document (.pdf)'), id: 'downloadas-pdf', type: 'action'},
{name: _('ODF presentation (.odp)'), id: 'downloadas-odp', type: 'action'},
- {name: _('Microsoft Powerpoint 2003 (.ppt)'), id: 'downloadas-ppt', type: 'action'},
- {name: _('Microsoft Powerpoint (.pptx)'), id: 'downloadas-pptx', type: 'action'}]},
+ {name: _('PowerPoint 2003 Presentation (.ppt)'), id: 'downloadas-ppt', type: 'action'},
+ {name: _('PowerPoint Presentation (.pptx)'), id: 'downloadas-pptx', type: 'action'}]},
{type: 'separator'},
{uno: '.uno:SetDocumentProperties'}
]},
@@ -312,8 +312,8 @@ L.Control.Menubar = L.Control.extend({
{name: _('Download as'), id:'downloadas', type: 'menu', menu: [
{name: _('PDF Document (.pdf)'), id: 'downloadas-pdf', type: 'action'},
{name: _('ODF spreadsheet (.ods)'), id: 'downloadas-ods', type: 'action'},
- {name: _('Microsoft Excel 2003 (.xls)'), id: 'downloadas-xls', type: 'action'},
- {name: _('Microsoft Excel (.xlsx)'), id: 'downloadas-xlsx', type: 'action'}]},
+ {name: _('Excel 2003 Spreadsheet (.xls)'), id: 'downloadas-xls', type: 'action'},
+ {name: _('Excel Spreadsheet (.xlsx)'), id: 'downloadas-xlsx', type: 'action'}]},
{type: 'separator'},
{uno: '.uno:SetDocumentProperties'}
]},