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

New commits:
commit ec4d2b0312c7c6b5b7d3fa84e7bd274c444ab1ce
Author:     Tor Lillqvist <t...@collabora.com>
AuthorDate: Tue Apr 14 11:40:08 2020 +0300
Commit:     Tor Lillqvist <t...@collabora.com>
CommitDate: Tue Apr 14 12:08:10 2020 +0200

    Use "Export as" instead of "Download as" also on tablets in the mobile apps
    
    Change-Id: I7e0736f8d91e71516671c33aec42ed168c2e8da9
    Reviewed-on: https://gerrit.libreoffice.org/c/online/+/92149
    Tested-by: Jenkins CollaboraOffice <jenkinscollaboraoff...@gmail.com>
    Reviewed-by: Tor Lillqvist <t...@collabora.com>
    Reviewed-on: https://gerrit.libreoffice.org/c/online/+/92154

diff --git a/loleaflet/src/control/Control.Menubar.js 
b/loleaflet/src/control/Control.Menubar.js
index 654a3ff5a..919a4ab3f 100644
--- a/loleaflet/src/control/Control.Menubar.js
+++ b/loleaflet/src/control/Control.Menubar.js
@@ -21,7 +21,7 @@ L.Control.Menubar = L.Control.extend({
                                {name: _('Share...'), id:'shareas', type: 
'action'},
                                {name: _UNO('.uno:Print', 'text'), id: 'print', 
type: 'action'},
                                {name: _('See revision history'), id: 
'rev-history', type: 'action'},
-                               {name: _('Download as'), id: 'downloadas', 
type: 'menu', menu: [
+                               {name: !window.ThisIsAMobileApp ? _('Download 
as') : _('Export 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: _('Word 2003 Document (.doc)'), 
id: 'downloadas-doc', type: 'action'},
@@ -252,7 +252,7 @@ L.Control.Menubar = L.Control.extend({
                                {name: _('Share...'), id:'shareas', type: 
'action'},
                                {name: _UNO('.uno:Print', 'presentation'), id: 
'print', type: 'action'},
                                {name: _('See revision history'), id: 
'rev-history', type: 'action'},
-                               {name: _('Download as'), id: 'downloadas', 
type: 'menu', menu: [
+                               {name: !window.ThisIsAMobileApp ? _('Download 
as') : _('Export 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: _('PowerPoint 2003 Presentation 
(.ppt)'), id: 'downloadas-ppt', type: 'action'},
@@ -353,7 +353,7 @@ L.Control.Menubar = L.Control.extend({
                                {name: _('Share...'), id:'shareas', type: 
'action'},
                                {name: _UNO('.uno:Print', 'spreadsheet'), id: 
'print', type: 'action'},
                                {name: _('See revision history'), id: 
'rev-history', type: 'action'},
-                               {name: _('Download as'), id:'downloadas', type: 
'menu', menu: [
+                               {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'},
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to