[Libreoffice-commits] online.git: Branch 'libreoffice-6-0' - loleaflet/dist

Pranav Kant pranavk at collabora.co.uk
Tue Feb 27 11:37:48 UTC 2018


 loleaflet/dist/toolbar/toolbar.js |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 57a6767ad30a81583e9b0ce2689190d19121659f
Author: Pranav Kant <pranavk at collabora.co.uk>
Date:   Wed Feb 21 20:07:49 2018 +0530

    Let's not use any personal names
    
    Change-Id: If25e0e93906008b8e04cfde9b77c9c78247643e1
    (cherry picked from commit 12612d459baea72bbe5d356dc38297b0f455151d)
    Reviewed-on: https://gerrit.libreoffice.org/50427
    Reviewed-by: Andras Timar <andras.timar at collabora.com>
    Tested-by: Andras Timar <andras.timar at collabora.com>

diff --git a/loleaflet/dist/toolbar/toolbar.js b/loleaflet/dist/toolbar/toolbar.js
index 953917c2..f0d14024 100644
--- a/loleaflet/dist/toolbar/toolbar.js
+++ b/loleaflet/dist/toolbar/toolbar.js
@@ -669,7 +669,7 @@ $(function () {
 				'<td>Always follow the editor</td>' +
 				'</tr>' +
 				'</table>' +
-				'<p id="currently-msg">Current - <b><span id="current-editor">Dewan</span></b></p>' +
+				'<p id="currently-msg">' + _('Current') + ' - <b><span id="current-editor"></span></b></p>' +
 				'</div>'
 			},
 			{type: 'break', id: 'userlistbreak'},


More information about the Libreoffice-commits mailing list