[Libreoffice-commits] online.git: loleaflet/src

Andras Timar (via logerrit) logerrit at kemper.freedesktop.org
Fri Sep 11 08:05:36 UTC 2020


 loleaflet/src/layer/tile/TileLayer.js |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 060214ded20464a1514338c5248128d15b87ae58
Author:     Andras Timar <andras.timar at collabora.com>
AuthorDate: Fri Sep 11 09:41:04 2020 +0200
Commit:     Andras Timar <andras.timar at collabora.com>
CommitDate: Fri Sep 11 10:05:17 2020 +0200

    make the label 'Functions' localizable
    
    Change-Id: If3a952e229bccdb2ff5c6d6a7e582e1ba3066c57
    Reviewed-on: https://gerrit.libreoffice.org/c/online/+/102442
    Tested-by: Andras Timar <andras.timar at collabora.com>
    Reviewed-by: Andras Timar <andras.timar at collabora.com>

diff --git a/loleaflet/src/layer/tile/TileLayer.js b/loleaflet/src/layer/tile/TileLayer.js
index 9d3299b88..f2c0f5f15 100644
--- a/loleaflet/src/layer/tile/TileLayer.js
+++ b/loleaflet/src/layer/tile/TileLayer.js
@@ -823,7 +823,7 @@ L.TileLayer = L.GridLayer.extend({
 		var data = {
 			id: 'funclist',
 			type: '',
-			text: 'Functions',
+			text: _('Functions'),
 			enabled: true,
 			children: []
 		};


More information about the Libreoffice-commits mailing list