loleaflet/src/control/Control.Menubar.js |   12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

New commits:
commit f17a2d5f50f86364bdc2110032ef0aed1c508710
Author: Adolfo Jayme Barrientos <fit...@ubuntu.com>
Date:   Sat Jun 16 14:39:36 2018 -0500

    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.ti...@collabora.com>
    Tested-by: Andras Timar <andras.ti...@collabora.com>

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'}
                        ]},
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to