GNOME Bugzilla – Bug 667500
Avoid $\r syntax for NSIS line breaks to avoid POEdit confusion
Last modified: 2013-08-16 20:03:06 UTC
Reported by Cristian Secară: C:\Users\secarica\AppData\Local\Temp\poe7B63.tmp\input.po:2838: internationalized messages should not contain the `\r' escape sequence Example for this: #. Installer message: confirmation question. Keep $\r #: ../installer/win32/gennsh.c:75 msgid "" "Your old Dia directory is about to be deleted. Would you like to continue?$\r" "$\rNote: Any non-standard plugins that you may have installed will be " "deleted.$\rDia user settings will not be affected." msgstr ""
Maybe use $\n? It's used to represent a newline (\n).
Setting installer because it to be fixed there. The string is installer/win32/gennsh.c
Fixed in git master: https://git.gnome.org/browse/dia/commit/?id=7875cf3b252158e04e18b031f84ff13f8fb81a45 And cherry-picked to dia-0-97: https://git.gnome.org/browse/dia/commit/?h=dia-0-97&id=665c12145d6d236992d213c73b78e2f1846f6def