[Libreoffice-commits] online.git: loleaflet/js

Libreoffice Gerrit user logerrit at kemper.freedesktop.org
Tue Dec 4 13:30:38 UTC 2018


 loleaflet/js/toolbar.js |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

New commits:
commit c85f1494043d370bef811a0b12ea9d41167f44f3
Author:     Andras Timar <andras.timar at collabora.com>
AuthorDate: Tue Dec 4 14:30:16 2018 +0100
Commit:     Andras Timar <andras.timar at 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')},


More information about the Libreoffice-commits mailing list