loleaflet/src/control/Control.Toolbar.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit 662c633595720a9a9b828e14bca13d8d16f1dba5 Author: Andras Timar <andras.ti...@collabora.com> AuthorDate: Wed Nov 27 13:53:21 2019 +0100 Commit: Andras Timar <andras.ti...@collabora.com> CommitDate: Wed Nov 27 13:53:21 2019 +0100 enable l10n of 'Default Style' string here Change-Id: Ia3253d5c54f117028807aeb1c6db01fbac7a474e diff --git a/loleaflet/src/control/Control.Toolbar.js b/loleaflet/src/control/Control.Toolbar.js index d1cc42604..f940ecea0 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; _______________________________________________ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits