diff options
author | Christian Lohmaier <lohmaier+LibreOffice@googlemail.com> | 2017-02-27 13:11:19 +0100 |
---|---|---|
committer | Christian Lohmaier <lohmaier+LibreOffice@googlemail.com> | 2017-02-27 13:11:19 +0100 |
commit | 9eaa17e6bb35a2cb71ec59c96ea4a39466789667 (patch) | |
tree | 10c25efc3dc16e72e08296faac3cf18421e6f8cd /svx | |
parent | 5d84a5a591ff353fbd386be5f1f4192e5606897f (diff) |
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
Diffstat (limited to 'svx')
-rw-r--r-- | svx/source/stbctrls/stbctrls.src | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/svx/source/stbctrls/stbctrls.src b/svx/source/stbctrls/stbctrls.src index 7d4f6b6d72a6..033cfbac6277 100644 --- a/svx/source/stbctrls/stbctrls.src +++ b/svx/source/stbctrls/stbctrls.src @@ -116,8 +116,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 { |