[Libreoffice-commits] online.git: loleaflet/dist
Andras Timar
andras.timar at collabora.com
Tue Aug 30 09:51:16 UTC 2016
loleaflet/dist/toolbar/toolbar.js | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 56370e60e886f741f7c9b4c2250ad23907ddef63
Author: Andras Timar <andras.timar at collabora.com>
Date: Tue Aug 30 11:50:53 2016 +0200
loleaflet: font + l10n for Users dropdown
diff --git a/loleaflet/dist/toolbar/toolbar.js b/loleaflet/dist/toolbar/toolbar.js
index 7637cf9..9f7eedb 100644
--- a/loleaflet/dist/toolbar/toolbar.js
+++ b/loleaflet/dist/toolbar/toolbar.js
@@ -478,7 +478,7 @@ $(function () {
{type: 'html', id: 'right'},
{type: 'html', id: 'modifiedstatuslabel', html: '<div id="modifiedstatuslabel" class="loleaflet-font"></div>'},
{type: 'break'},
- {type: 'html', id: 'userlistcontainer', html: '<div><label>Users: </label><input id="userlist" type="list" /></div>'},
+ {type: 'html', id: 'userlistcontainer', html: '<div class="loleaflet-font"><label>' + _('Users:') + ' </label><input id="userlist" type="list" /></div>'},
{type: 'break'},
{type: 'button', id: 'prev', img: 'prev', hint: _('Previous page')},
{type: 'button', id: 'next', img: 'next', hint: _('Next page')},
More information about the Libreoffice-commits
mailing list