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:
parent
98a95b9c73
commit
060214ded2
1 changed files with 1 additions and 1 deletions
|
@ -823,7 +823,7 @@ L.TileLayer = L.GridLayer.extend({
|
||||||
var data = {
|
var data = {
|
||||||
id: 'funclist',
|
id: 'funclist',
|
||||||
type: '',
|
type: '',
|
||||||
text: 'Functions',
|
text: _('Functions'),
|
||||||
enabled: true,
|
enabled: true,
|
||||||
children: []
|
children: []
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue