[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]

[vidalia-svn] r3025: There are two ways to say "newline" in NSIS: "\r\n" and "$\r (vidalia/trunk/pkg/win32/templates)



Author: edmanm
Date: 2008-09-01 18:38:43 -0400 (Mon, 01 Sep 2008)
New Revision: 3025

Modified:
   vidalia/trunk/pkg/win32/templates/vidalia.pot
Log:
There are two ways to say "newline" in NSIS: "\r\n" and "$\r$\n". MessageBox
wants the latter, whereas everything else uses the former. Note that the GNU
gettext tools piss and moan if you have a "\r" in your .po files, so we just
write "\n" and "$\n" in the .po and handle the conversion to "\r\n" and
"$\r$\n", respectively, in po2nsh.


Modified: vidalia/trunk/pkg/win32/templates/vidalia.pot
===================================================================
--- vidalia/trunk/pkg/win32/templates/vidalia.pot	2008-08-30 21:09:37 UTC (rev 3024)
+++ vidalia/trunk/pkg/win32/templates/vidalia.pot	2008-09-01 22:38:43 UTC (rev 3025)
@@ -96,7 +96,7 @@
 msgstr ""
 
 msgctxt "TorAskOverwriteTorrc"
-msgid "You already have a Tor configuration file.\nDo you want to overwrite it with the default sample configuration file?"
+msgid "You already have a Tor configuration file.$\n$\nDo you want to overwrite it with the default sample configuration file?"
 msgstr ""
 
 msgctxt "TorDocumentation"