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

New commits:
commit 917b0de6b771923249cf468a4224b0266905598d
Author:     Andras Timar <andras.ti...@collabora.com>
AuthorDate: Mon Sep 14 16:15:30 2020 +0200
Commit:     Andras Timar <andras.ti...@collabora.com>
CommitDate: Mon Sep 14 16:16:20 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.ti...@collabora.com>
    Reviewed-by: Andras Timar <andras.ti...@collabora.com>

diff --git a/loleaflet/src/control/Control.Toolbar.js 
b/loleaflet/src/control/Control.Toolbar.js
index 23ba12b4f..8effb9de3 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'},
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to