diff options
author | Andras Timar <andras.timar@collabora.com> | 2019-11-27 13:53:21 +0100 |
---|---|---|
committer | Andras Timar <andras.timar@collabora.com> | 2020-01-20 11:41:45 +0100 |
commit | aa047126294da4ff5b528f5cb5138b61fb4614fd (patch) | |
tree | a7fb0b992375c94b91cc253086e4228e3922309c | |
parent | 5691468bb85ee53feb3003c744a0c57562408ff3 (diff) |
enable l10n of 'Default Style' string here
Change-Id: Ia3253d5c54f117028807aeb1c6db01fbac7a474e
-rw-r--r-- | loleaflet/src/control/Control.Toolbar.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/loleaflet/src/control/Control.Toolbar.js b/loleaflet/src/control/Control.Toolbar.js index b27fa584e..7282b5002 100644 --- a/loleaflet/src/control/Control.Toolbar.js +++ b/loleaflet/src/control/Control.Toolbar.js @@ -767,7 +767,7 @@ function initNormalToolbar() { {type: 'button', id: 'reset', img: 'deleteformat', hint: _UNO('.uno:ResetAttributes', 'text'), uno: 'ResetAttributes', mobile: false}, {type: 'break', mobile: false, tablet: false,}, {type: 'html', id: 'styles', - html: '<select class="styles-select"><option>Default Style</option></select>', + html: '<select class="styles-select"><option>' + _('Default Style') + '</option></select>', onRefresh: function (edata) { if (!edata.item.html) { edata.isCancelled = true; |