[Libreoffice-commits] online.git: Branch 'distro/collabora/co-4-2' - loleaflet/src
Andras Timar (via logerrit)
logerrit at kemper.freedesktop.org
Fri Sep 11 08:04:43 UTC 2020
loleaflet/src/layer/tile/TileLayer.js | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 5c3d842f4ce7dd341b3a13ec70ae054efbb2b30c
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:04:24 2020 +0200
make the label 'Functions' localizable
Change-Id: If3a952e229bccdb2ff5c6d6a7e582e1ba3066c57
Reviewed-on: https://gerrit.libreoffice.org/c/online/+/102419
Tested-by: Jenkins CollaboraOffice <jenkinscollaboraoffice at gmail.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 7e46e112b..79b936ada 100644
--- a/loleaflet/src/layer/tile/TileLayer.js
+++ b/loleaflet/src/layer/tile/TileLayer.js
@@ -814,7 +814,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