loleaflet/src/layer/tile/TileLayer.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit 5c3d842f4ce7dd341b3a13ec70ae054efbb2b30c Author: Andras Timar <[email protected]> AuthorDate: Fri Sep 11 09:41:04 2020 +0200 Commit: Andras Timar <[email protected]> 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 <[email protected]> Reviewed-by: Andras Timar <[email protected]> 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: [] }; _______________________________________________ Libreoffice-commits mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
