From f17a2d5f50f86364bdc2110032ef0aed1c508710 Mon Sep 17 00:00:00 2001 From: Adolfo Jayme Barrientos Date: Sat, 16 Jun 2018 14:39:36 -0500 Subject: tdf#117496 Drop the word “Microsoft” per design team decision MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: I53206c0c2e94d2620b62e980ae9b90d9933bef1c Reviewed-on: https://gerrit.libreoffice.org/54407 Reviewed-by: Andras Timar Tested-by: Andras Timar --- loleaflet/src/control/Control.Menubar.js | 12 ++++++------ 1 file 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'} ]}, -- cgit v1.2.3