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

Jan Holesovsky kendy at collabora.com
Thu Jan 19 10:45:10 UTC 2017


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

New commits:
commit 717e0fb4d43dd5506a3d70b7339f3572dbc7d639
Author: Jan Holesovsky <kendy at collabora.com>
Date:   Thu Jan 19 11:44:41 2017 +0100

    Rename Close -> Close document.
    
    Change-Id: I7e10e4e8f24f863483f9332719cdc1a00d766f25

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: {},


More information about the Libreoffice-commits mailing list