loleaflet/src/control/Control.Menubar.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)
New commits: commit c46441b0f82d1957fd6b021017fa8e83f89f7a88 Author: Jan Holesovsky <ke...@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.bu...@collabora.com> Tested-by: Aron Budea <aron.bu...@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: [ _______________________________________________ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits