[Libreoffice-commits] online.git: Branch 'distro/collabora/collabora-online-2-1' - loleaflet/po loleaflet/src
Andras Timar
andras.timar at collabora.com
Thu Apr 13 11:25:07 UTC 2017
loleaflet/po/templates/loleaflet-help.pot | 2 +-
loleaflet/po/templates/loleaflet-ui.pot | 8 ++------
loleaflet/src/layer/marker/Annotation.js | 2 +-
3 files changed, 4 insertions(+), 8 deletions(-)
New commits:
commit 21124f595b1569744ae79fce3d2ab3064a5086f0
Author: Andras Timar <andras.timar at collabora.com>
Date: Thu Apr 13 12:16:03 2017 +0200
loleaflet: ' Save ' -> 'Save'
Change-Id: I23b24aeda989652b04c1759810b1801b041e0a6b
Reviewed-on: https://gerrit.libreoffice.org/36516
Reviewed-by: Jan Holesovsky <kendy at collabora.com>
Tested-by: Jan Holesovsky <kendy at collabora.com>
diff --git a/loleaflet/po/templates/loleaflet-help.pot b/loleaflet/po/templates/loleaflet-help.pot
index 8d8c5d9e..a5a23a0a 100644
--- a/loleaflet/po/templates/loleaflet-help.pot
+++ b/loleaflet/po/templates/loleaflet-help.pot
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2017-04-12 22:27+0200\n"
+"POT-Creation-Date: 2017-04-13 12:15+0200\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL at ADDRESS>\n"
"Language-Team: LANGUAGE <LL at li.org>\n"
diff --git a/loleaflet/po/templates/loleaflet-ui.pot b/loleaflet/po/templates/loleaflet-ui.pot
index f3ffb744..5cbe11c9 100644
--- a/loleaflet/po/templates/loleaflet-ui.pot
+++ b/loleaflet/po/templates/loleaflet-ui.pot
@@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2017-04-12 22:27+0200\n"
+"POT-Creation-Date: 2017-04-13 12:15+0200\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL at ADDRESS>\n"
"Language-Team: LANGUAGE <LL at li.org>\n"
@@ -87,7 +87,7 @@ msgstr ""
#: admin.strings.js:22 dist/toolbar/toolbar.js:473
#: src/control/Control.Menubar.js:11 src/control/Control.Menubar.js:175
-#: src/control/Control.Menubar.js:235
+#: src/control/Control.Menubar.js:235 src/layer/marker/Annotation.js:184
msgid "Save"
msgstr ""
@@ -2484,10 +2484,6 @@ msgstr ""
msgid "Open menu"
msgstr ""
-#: src/layer/marker/Annotation.js:184
-msgid " Save "
-msgstr ""
-
#: src/layer/tile/TileLayer.js:182
msgid "Modify"
msgstr ""
diff --git a/loleaflet/src/layer/marker/Annotation.js b/loleaflet/src/layer/marker/Annotation.js
index 11cd7046..2c881c9a 100644
--- a/loleaflet/src/layer/marker/Annotation.js
+++ b/loleaflet/src/layer/marker/Annotation.js
@@ -181,7 +181,7 @@ L.Annotation = L.Layer.extend({
buttons = L.DomUtil.create(tagDiv, empty, this._nodeModify);
L.DomEvent.on(this._nodeModifyText, 'blur', this._onLostFocus, this);
- this._createButton(buttons, _(' Save '), this._onSaveComment);
+ this._createButton(buttons, _('Save'), this._onSaveComment);
this._createButton(buttons, cancel, this._onCancelClick);
buttons = L.DomUtil.create(tagDiv, empty, this._nodeReply);
this._createButton(buttons, _('Reply'), this._onReplyClick);
More information about the Libreoffice-commits
mailing list