[Libreoffice-commits] online.git: loleaflet/src
Jan Holesovsky
kendy at collabora.com
Fri Oct 27 06:46:02 UTC 2017
loleaflet/src/control/Control.Menubar.js | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
New commits:
commit ea39bb2552f4f6ae0c633ae7ff43e255f15aa290
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/43930
Reviewed-by: Jan Holesovsky <kendy at collabora.com>
Tested-by: Jan Holesovsky <kendy at collabora.com>
diff --git a/loleaflet/src/control/Control.Menubar.js b/loleaflet/src/control/Control.Menubar.js
index 120550a8..9be72988 100644
--- a/loleaflet/src/control/Control.Menubar.js
+++ b/loleaflet/src/control/Control.Menubar.js
@@ -255,7 +255,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: [
@@ -310,7 +310,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