[Libreoffice-commits] online.git: loleaflet/dist loleaflet/src
Christian Lohmaier
lohmaier+LibreOffice at googlemail.com
Mon May 23 13:12:53 UTC 2016
loleaflet/dist/toolbar/toolbar.js | 2 +-
loleaflet/src/dom/Draggable.js | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
New commits:
commit 2bc0f09a227220656ea45d8da3f5c9786d10db2a
Author: Christian Lohmaier <lohmaier+LibreOffice at googlemail.com>
Date: Mon May 23 15:12:00 2016 +0200
typo: horizontaly → horizontally
diff --git a/loleaflet/dist/toolbar/toolbar.js b/loleaflet/dist/toolbar/toolbar.js
index d3bc568..ad13560 100644
--- a/loleaflet/dist/toolbar/toolbar.js
+++ b/loleaflet/dist/toolbar/toolbar.js
@@ -34,7 +34,7 @@ $(function () {
{ type: 'button', id: 'backcolor', img: 'backcolor', hint: _("Highlighting") },
{ type: 'break' },
{ type: 'button', id: 'alignleft', img: 'alignleft', hint: _("Align left"), uno: 'LeftPara', unosheet: 'HorizontalAlignment {"HorizontalAlignment":{"type":"unsigned short", "value":"1"}}' },
- { type: 'button', id: 'alignhorizontal', img: 'alignhorizontal', hint: _("Center horizontaly"), uno: 'CenterPara', unosheet: 'HorizontalAlignment {"HorizontalAlignment":{"type":"unsigned short", "value":"2"}}' },
+ { type: 'button', id: 'alignhorizontal', img: 'alignhorizontal', hint: _("Center horizontally"), uno: 'CenterPara', unosheet: 'HorizontalAlignment {"HorizontalAlignment":{"type":"unsigned short", "value":"2"}}' },
{ type: 'button', id: 'alignright', img: 'alignright', hint: _("Align right"), uno: 'RightPara', unosheet: 'HorizontalAlignment {"HorizontalAlignment":{"type":"unsigned short", "value":"3"}}' },
{ type: 'button', id: 'alignblock', img: 'alignblock', hint: _("Justified"), uno: 'JustifyPara', unosheet: 'HorizontalAlignment {"HorizontalAlignment":{"type":"unsigned short", "value":"4"}}' },
{ type: 'break' },
diff --git a/loleaflet/src/dom/Draggable.js b/loleaflet/src/dom/Draggable.js
index aebaf11..9924510 100644
--- a/loleaflet/src/dom/Draggable.js
+++ b/loleaflet/src/dom/Draggable.js
@@ -104,7 +104,7 @@ L.Draggable = L.Evented.extend({
offset = offset.add(correction);
}
if (this._map.getDocSize().x < this._map.getSize().x) {
- // don't pan horizontaly when the document fits in the viewing
+ // don't pan horizontally when the document fits in the viewing
// area horizontally (docWidth < viewAreaWidth)
offset.x = 0;
}
More information about the Libreoffice-commits
mailing list