summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndras Timar <andras.timar@collabora.com>2020-06-23 13:32:35 +0200
committerAndras Timar <andras.timar@collabora.com>2020-06-24 12:17:09 +0200
commit966746958337c7e0ff0df1330f1216429b4f5cbf (patch)
tree6a13d1c7d57406489827d28d42047dab68ddb033
parenttdf#134041: reset engine before next digest computation (diff)
downloadonline-966746958337c7e0ff0df1330f1216429b4f5cbf.tar.gz
online-966746958337c7e0ff0df1330f1216429b4f5cbf.zip
typo: .uno:RigthPara -> .uno:RightPara
Change-Id: I1de80ac3fe0625571bfa5c4e4165fb2b1e4114af Reviewed-on: https://gerrit.libreoffice.org/c/online/+/96879 Tested-by: Jenkins CollaboraOffice <jenkinscollaboraoffice@gmail.com> Reviewed-by: Andras Timar <andras.timar@collabora.com>
-rw-r--r--loleaflet/src/control/Control.MobileBottomBar.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/loleaflet/src/control/Control.MobileBottomBar.js b/loleaflet/src/control/Control.MobileBottomBar.js
index 8a11179b9e..340e8d1ab8 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'},