make the label 'Functions' localizable

Change-Id: If3a952e229bccdb2ff5c6d6a7e582e1ba3066c57
Reviewed-on: https://gerrit.libreoffice.org/c/online/+/102442
Tested-by: Andras Timar <andras.timar@collabora.com>
Reviewed-by: Andras Timar <andras.timar@collabora.com>
This commit is contained in:
Andras Timar 2020-09-11 09:41:04 +02:00
parent 98a95b9c73
commit 060214ded2

View file

@ -823,7 +823,7 @@ L.TileLayer = L.GridLayer.extend({
var data = {
id: 'funclist',
type: '',
text: 'Functions',
text: _('Functions'),
enabled: true,
children: []
};