[Libreoffice-commits] online.git: loleaflet/po loleaflet/src
Andras Timar (via logerrit)
logerrit at kemper.freedesktop.org
Fri Feb 21 14:35:24 UTC 2020
loleaflet/po/templates/loleaflet-ui.pot | 2 +-
loleaflet/src/control/Control.JSDialogBuilder.js | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
New commits:
commit 094a388e708ce6ec5a738586db0cbb2c3b761936
Author: Andras Timar <andras.timar at collabora.com>
AuthorDate: Fri Feb 21 15:34:16 2020 +0100
Commit: Andras Timar <andras.timar at collabora.com>
CommitDate: Fri Feb 21 15:35:03 2020 +0100
add : after label, other labels have it
Change-Id: If47468680dde43c8f8f119756eb3af1c2839b0b4
diff --git a/loleaflet/po/templates/loleaflet-ui.pot b/loleaflet/po/templates/loleaflet-ui.pot
index 1e538fa66..ad933d621 100644
--- a/loleaflet/po/templates/loleaflet-ui.pot
+++ b/loleaflet/po/templates/loleaflet-ui.pot
@@ -392,7 +392,7 @@ msgid "Insert table"
msgstr ""
#: src/control/Control.JSDialogBuilder.js:1583
-msgid "Line style"
+msgid "Line style:"
msgstr ""
#: src/control/Control.LanguageDialog.js:69 src/control/Control.Menubar.js:227
diff --git a/loleaflet/src/control/Control.JSDialogBuilder.js b/loleaflet/src/control/Control.JSDialogBuilder.js
index 0bd17ce36..affce90ce 100644
--- a/loleaflet/src/control/Control.JSDialogBuilder.js
+++ b/loleaflet/src/control/Control.JSDialogBuilder.js
@@ -1580,7 +1580,7 @@ L.Control.JSDialogBuilder = L.Control.extend({
var labelData = {
// This adds a label widget just before the
// control with id 'linestyle'
- 'linestyle' : _('Line style')
+ 'linestyle' : _('Line style:')
};
var mLD = this._missingLabelData;
More information about the Libreoffice-commits
mailing list