[Libreoffice-commits] online.git: loleaflet/src

Tamás Zolnai (via logerrit) logerrit at kemper.freedesktop.org
Thu Oct 17 13:57:31 UTC 2019


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

New commits:
commit f4569760748bbf110464977f081c4c86a296b3e8
Author:     Tamás Zolnai <tamas.zolnai at collabora.com>
AuthorDate: Thu Oct 17 15:56:55 2019 +0200
Commit:     Tamás Zolnai <tamas.zolnai at collabora.com>
CommitDate: Thu Oct 17 15:56:55 2019 +0200

    mobile-menu: Fix copy-paste error.
    
    Change-Id: I428d3fbd09c878ed0d6ab819babaf7b44bdf364d

diff --git a/loleaflet/src/control/Control.Menubar.js b/loleaflet/src/control/Control.Menubar.js
index a13a44116..1f7ab55f1 100644
--- a/loleaflet/src/control/Control.Menubar.js
+++ b/loleaflet/src/control/Control.Menubar.js
@@ -549,9 +549,9 @@ L.Control.Menubar = L.Control.extend({
 			]},
 			{name: !window.ThisIsAMobileApp ? _('Download as') : _('Export 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: _('Excel 2003 Spreadsheet (.xls)'), id: 'downloadas-xls', type: 'action'},
-				{name: _('Excel Spreadsheet (.xlsx)'), id: 'downloadas-xlsx', type: 'action'}
+				{name: _('ODF presentation (.odp)'), id: 'downloadas-odp', type: 'action'},
+				{name: _('PowerPoint 2003 Presentation (.ppt)'), id: 'downloadas-ppt', type: 'action'},
+				{name: _('PowerPoint Presentation (.pptx)'), id: 'downloadas-pptx', type: 'action'},
 			]},
 			{name: _UNO('.uno:EditMenu', 'spreadsheet'), type: 'menu', menu: [
 				{uno: '.uno:Undo'},


More information about the Libreoffice-commits mailing list