[Libreoffice-commits] online.git: Branch 'distro/collabora/collabora-online-2-1' - loleaflet/src

Jan Holesovsky kendy at collabora.com
Tue Oct 31 15:38:15 UTC 2017


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

New commits:
commit c46441b0f82d1957fd6b021017fa8e83f89f7a88
Author: Jan Holesovsky <kendy at collabora.com>
Date:   Fri Oct 27 08:44:44 2017 +0200

    Use just "Language" in the Calc and Impress Tools menu.
    
    Change-Id: If5bcaf0e7e3aa8867682afaaee87645b05182143
    Reviewed-on: https://gerrit.libreoffice.org/43929
    Reviewed-by: Aron Budea <aron.budea at collabora.com>
    Tested-by: Aron Budea <aron.budea at collabora.com>

diff --git a/loleaflet/src/control/Control.Menubar.js b/loleaflet/src/control/Control.Menubar.js
index 42976fc2..c31f6edb 100644
--- a/loleaflet/src/control/Control.Menubar.js
+++ b/loleaflet/src/control/Control.Menubar.js
@@ -246,7 +246,7 @@ L.Control.Menubar = L.Control.extend({
 			},
 			{name: _('Tools'), id: 'tools', type: 'menu', menu: [
 				{name: _('Automatic spell checking'), type: 'unocommand', uno: '.uno:SpellOnline'},
-				{name: _('Language for entire document'), type: 'menu', menu: [
+				{name: _('Language'), type: 'menu', menu: [
 					{name: _('None (Do not check spelling)'), id: 'nonelanguage', type: 'unocommand', uno: '.uno:LanguageStatus?Language:string=Default_LANGUAGE_NONE'}]}
 			]},
 			{name: _('Help'), id: 'help', type: 'menu', menu: [
@@ -301,7 +301,7 @@ L.Control.Menubar = L.Control.extend({
 			},
 			{name: _('Tools'), id: 'tools', type: 'menu', menu: [
 				{name: _('Automatic spell checking'), type: 'unocommand', uno: '.uno:SpellOnline'},
-				{name: _('Language for entire document'), type: 'menu', menu: [
+				{name: _('Language'), type: 'menu', menu: [
 					{name: _('None (Do not check spelling)'), id: 'nonelanguage', type: 'unocommand', uno: '.uno:LanguageStatus?Language:string=Default_LANGUAGE_NONE'}]}
 			]},
 			{name: _('Help'), id: 'help', type: 'menu', menu: [


More information about the Libreoffice-commits mailing list