[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
[vidalia-svn] r1257: Cosmetic touch-up to the message that tells you if Vidalia i (trunk/src)
Author: edmanm
Date: 2006-10-01 20:33:50 -0400 (Sun, 01 Oct 2006)
New Revision: 1257
Modified:
trunk/src/main.cpp
Log:
Cosmetic touch-up to the message that tells you if Vidalia is already running.
Modified: trunk/src/main.cpp
===================================================================
--- trunk/src/main.cpp 2006-10-01 23:40:24 UTC (rev 1256)
+++ trunk/src/main.cpp 2006-10-02 00:33:50 UTC (rev 1257)
@@ -78,7 +78,7 @@
QT_TRANSLATE_NOOP("Vidalia", "Vidalia is already running")),
qApp->translate("Vidalia",
QT_TRANSLATE_NOOP("Vidalia",
- "Another Vidalia process is already running. "
+ "Another Vidalia process is already running. \n\n"
"This Vidalia process will now exit.")),
VMessageBox::Ok);
return 0;