[Libreoffice-commits] online.git: Branch 'distro/collabora/co-4-2' - loleaflet/src
Andras Timar (via logerrit)
logerrit at kemper.freedesktop.org
Wed Jun 24 10:17:28 UTC 2020
loleaflet/src/control/Control.MobileBottomBar.js | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 966746958337c7e0ff0df1330f1216429b4f5cbf
Author: Andras Timar <andras.timar at collabora.com>
AuthorDate: Tue Jun 23 13:32:35 2020 +0200
Commit: Andras Timar <andras.timar at collabora.com>
CommitDate: Wed Jun 24 12:17:09 2020 +0200
typo: .uno:RigthPara -> .uno:RightPara
Change-Id: I1de80ac3fe0625571bfa5c4e4165fb2b1e4114af
Reviewed-on: https://gerrit.libreoffice.org/c/online/+/96879
Tested-by: Jenkins CollaboraOffice <jenkinscollaboraoffice at gmail.com>
Reviewed-by: Andras Timar <andras.timar at collabora.com>
diff --git a/loleaflet/src/control/Control.MobileBottomBar.js b/loleaflet/src/control/Control.MobileBottomBar.js
index 8a11179b9..340e8d1ab 100644
--- a/loleaflet/src/control/Control.MobileBottomBar.js
+++ b/loleaflet/src/control/Control.MobileBottomBar.js
@@ -94,7 +94,7 @@ L.Control.MobileBottomBar = L.Control.extend({
uno: {textCommand: 'LeftPara', objectCommand: 'ObjectAlignLeft'}},
{type: 'button', id: 'centerpara', img: 'alignhorizontal', hint: _UNO('.uno:CenterPara', '', true),
uno: {textCommand: 'CenterPara', objectCommand: 'AlignCenter'}},
- {type: 'button', id: 'rightpara', img: 'alignright', hint: _UNO('.uno:RigthPara', '', true),
+ {type: 'button', id: 'rightpara', img: 'alignright', hint: _UNO('.uno:RightPara', '', true),
uno: {textCommand: 'RightPara', objectCommand: 'ObjectAlignRight'}},
{type: 'button', id: 'justifypara', img: 'alignblock', hint: _UNO('.uno:JustifyPara', '', true), uno: 'JustifyPara'},
{type: 'break'},
More information about the Libreoffice-commits
mailing list