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

New commits:
commit 18b5a48ba6a92c958eb084d4850aa887f0fb3f3c
Author: Jan Holesovsky <ke...@collabora.com>
Date:   Thu Jan 19 11:44:41 2017 +0100

    Rename Close -> Close document.
    
    Change-Id: I7e10e4e8f24f863483f9332719cdc1a00d766f25
    (cherry picked from commit 717e0fb4d43dd5506a3d70b7339f3572dbc7d639)

diff --git a/loleaflet/src/control/Control.Menubar.js 
b/loleaflet/src/control/Control.Menubar.js
index fbd2405..4128280 100644
--- a/loleaflet/src/control/Control.Menubar.js
+++ b/loleaflet/src/control/Control.Menubar.js
@@ -156,7 +156,7 @@ L.Control.Menubar = L.Control.extend({
                                {name: _('Keyboard shortcuts'), id: 
'keyboard-shortcuts', type: 'action'},
                                {name: _('About'), id: 'about', type: 'action'}]
                        },
-                       {name: _('Close'), id: 'closedocument', type: 'action'}
+                       {name: _('Close document'), id: 'closedocument', type: 
'action'}
                ],
 
                presentation: [
@@ -215,7 +215,7 @@ L.Control.Menubar = L.Control.extend({
                                {name: _('Keyboard shortcuts'), id: 
'keyboard-shortcuts', type: 'action'},
                                {name: _('About'), id: 'about', type: 'action'}]
                        },
-                       {name: _('Close'), id: 'closedocument', type: 'action'}
+                       {name: _('Close document'), id: 'closedocument', type: 
'action'}
                ],
 
                spreadsheet: [
@@ -262,7 +262,7 @@ L.Control.Menubar = L.Control.extend({
                                {name: _('Keyboard shortcuts'), id: 
'keyboard-shortcuts', type: 'action'},
                                {name: _('About'), id: 'about', type: 'action'}]
                        },
-                       {name: _('Close'), id: 'closedocument', type: 'action'}
+                       {name: _('Close document'), id: 'closedocument', type: 
'action'}
                ],
 
                commandStates: {},
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to