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

Andras Timar (via logerrit) logerrit at kemper.freedesktop.org
Mon Sep 14 14:21:44 UTC 2020


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

New commits:
commit 0c76dcde35d52b273476ac9347f2fcd85482cd2f
Author:     Andras Timar <andras.timar at collabora.com>
AuthorDate: Mon Sep 14 16:15:30 2020 +0200
Commit:     Andras Timar <andras.timar at collabora.com>
CommitDate: Mon Sep 14 16:21:26 2020 +0200

    change shape category names to match to core (and have l10n)
    
    Change-Id: I3ab05a3b771af15de5091eea8bb7f2b5a4153c9d
    Reviewed-on: https://gerrit.libreoffice.org/c/online/+/102681
    Tested-by: Andras Timar <andras.timar at collabora.com>
    Reviewed-by: Andras Timar <andras.timar at collabora.com>
    (cherry picked from commit 917b0de6b771923249cf468a4224b0266905598d)
    Reviewed-on: https://gerrit.libreoffice.org/c/online/+/102641

diff --git a/loleaflet/src/control/Control.Toolbar.js b/loleaflet/src/control/Control.Toolbar.js
index 1595be0b0..3562e57fb 100644
--- a/loleaflet/src/control/Control.Toolbar.js
+++ b/loleaflet/src/control/Control.Toolbar.js
@@ -332,7 +332,7 @@ var shapes = {
 		{img: 'basicshapes_frame', uno: 'BasicShapes.frame'}
 	],
 
-	'Symbols':  [
+	'Symbol Shapes':  [
 		{img: 'symbolshapes', uno: 'SymbolShapes.smiley'},
 		{img: 'symbolshapes_sun', uno: 'SymbolShapes.sun'},
 		{img: 'symbolshapes_moon', uno: 'SymbolShapes.moon'},
@@ -388,7 +388,7 @@ var shapes = {
 		{img: 'arrowshapes_s-sharped-arrow', uno: 'ArrowShapes.s-sharped-arrow'}
 	],
 
-	'Stars': [
+	'Stars and Banners': [
 		{img: 'starshapes_bang', uno: 'StarShapes.bang'},
 		{img: 'starshapes_star4', uno: 'StarShapes.star4'},
 		{img: 'starshapes_star5', uno: 'StarShapes.star5'},


More information about the Libreoffice-commits mailing list