[Libreoffice-commits] core.git: Branch 'libreoffice-5-2-6' - svx/source
Christian Lohmaier
lohmaier+LibreOffice at googlemail.com
Mon Feb 27 12:46:57 UTC 2017
svx/source/stbctrls/stbctrls.src | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
New commits:
commit 000fee9930159d1bdd362b0db7b8332615e06dd4
Author: Christian Lohmaier <lohmaier+LibreOffice at googlemail.com>
Date: Mon Feb 27 13:11:19 2017 +0100
tdf#106082 fix missing statusbar translations (l10ntool is picky about syntax)
having the ; on a separate line made all strings following that have the
string-ID of the next unit, altering the msgctx and thus translations
wouldn't apply anymore
Change-Id: Ia1e3c36a9d2a57725c90e6c3f33de99bed85ec41
(cherry picked from commit 9eaa17e6bb35a2cb71ec59c96ea4a39466789667)
(cherry picked from commit 558c3d3c83c85c4392eae491165143736477216b)
diff --git a/svx/source/stbctrls/stbctrls.src b/svx/source/stbctrls/stbctrls.src
index 2be3e63..6ffb182 100644
--- a/svx/source/stbctrls/stbctrls.src
+++ b/svx/source/stbctrls/stbctrls.src
@@ -119,8 +119,7 @@ String RID_SVXSTR_DOC_LOAD
String RID_SVXSTR_FIT_SLIDE
{
Text [ en-US ] = "Fit slide to current window.";
-}
-;
+};
String RID_SVXSTR_WARN_MISSING_SMARTART
{
More information about the Libreoffice-commits
mailing list