[LyX/master] Remove a "\n" from a po file
Scott Kostyshak
skostysh at lyx.org
Sat May 16 21:19:52 UTC 2026
commit c5dea0c302e569cf6a3ec1d66b70faab33e18fa9
Author: Scott Kostyshak <skostysh at lyx.org>
Date: Sat May 16 22:51:27 2026 +0200
Remove a "\n" from a po file
Fixes the following error:
de.po:27086: 'msgid' and 'msgstr' entries do not both end with '\n'
---
po/de.po | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/po/de.po b/po/de.po
index 7b0350fe41..6bbc9956c4 100644
--- a/po/de.po
+++ b/po/de.po
@@ -20759,7 +20759,7 @@ msgstr "Rahmen-Optionen (siehe LTX-Talk-Anleitung)"
#: lib/layouts/ltx-talk.layout:570
msgid "Re-Use Frame"
-msgstr "Rahmen wiederverwenden\n"
+msgstr "Rahmen wiederverwenden"
#: lib/layouts/ltx-talk.layout:598
msgid "Re-use frame with name"
More information about the lyx-cvs
mailing list