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