summaryrefslogtreecommitdiffstats
path: root/loleaflet/src/control/Control.MobileBottomBar.js
diff options
context:
space:
mode:
Diffstat (limited to 'loleaflet/src/control/Control.MobileBottomBar.js')
-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'},