loleaflet/js/toolbar.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)
New commits: commit c85f1494043d370bef811a0b12ea9d41167f44f3 Author: Andras Timar <andras.ti...@collabora.com> AuthorDate: Tue Dec 4 14:30:16 2018 +0100 Commit: Andras Timar <andras.ti...@collabora.com> CommitDate: Tue Dec 4 14:30:16 2018 +0100 non-breaking space after colon in Sign toolbar Change-Id: I91dd9642afb905d29eade9272cab257ffa0f97ad diff --git a/loleaflet/js/toolbar.js b/loleaflet/js/toolbar.js index 33d526e62..c221a3ba4 100644 --- a/loleaflet/js/toolbar.js +++ b/loleaflet/js/toolbar.js @@ -947,13 +947,13 @@ function initNormalToolbar(toolItems) { {type: 'button', id: 'sign', caption: _('Sign'), img: '', hint: _('Sign document')}, {type: 'button', id: 'upload', caption: _('Upload'), img: '', hint: _('Upload document')}, {type: 'break' }, - {type: 'html', id: 'identity-label', html: '<b>' + _('Identity:') + ' </b>'}, + {type: 'html', id: 'identity-label', html: '<b>' + _('Identity:') + ' </b>'}, {type: 'html', id: 'identity', html: _('N/A')}, {type: 'break' }, {type: 'menu', id: 'passport', caption: _('Select passport'), items: []}, {type: 'html', id: 'current-passport', html: _('Passport: N/A')}, {type: 'break' }, - {type: 'html', id: 'current-document-status-label', html: '<p><b>' + _('Status:') + ' </b></p>'}, + {type: 'html', id: 'current-document-status-label', html: '<p><b>' + _('Status:') + ' </b></p>'}, {type: 'html', id: 'current-document-status', html: _('N/A')}, {type: 'spacer'}, {type: 'button', id: 'logout', caption: _('Logout'), img: '', hint: _('Logout')}, _______________________________________________ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits