[Libreoffice-commits] online.git: Branch 'libreoffice-7-0' - loleaflet/src

Andras Timar (via logerrit) logerrit at kemper.freedesktop.org
Wed Jun 24 13:02:20 UTC 2020


 loleaflet/src/control/Control.MobileBottomBar.js |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit ce50c661df62be8c16c8ce427e7631057a4257fc
Author:     Andras Timar <andras.timar at collabora.com>
AuthorDate: Tue Jun 23 13:32:35 2020 +0200
Commit:     Aron Budea <aron.budea at collabora.com>
CommitDate: Wed Jun 24 15:02:00 2020 +0200

    typo: .uno:RigthPara -> .uno:RightPara
    
    Change-Id: I1de80ac3fe0625571bfa5c4e4165fb2b1e4114af
    Reviewed-on: https://gerrit.libreoffice.org/c/online/+/96880
    Tested-by: Aron Budea <aron.budea at collabora.com>
    Reviewed-by: Aron Budea <aron.budea 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