[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
[vidalia-svn] r1917: We don't need to put "\r\n" in the 'Tor Status' widget label (in trunk: . src/gui)
Author: edmanm
Date: 2007-09-06 18:30:40 -0400 (Thu, 06 Sep 2007)
New Revision: 1917
Modified:
trunk/
trunk/src/gui/mainwindow.cpp
Log:
r2144@adrastea: edmanm | 2007-09-06 18:30:18 -0400
We don't need to put "\r\n" in the 'Tor Status' widget label. A single "\n" is
just fine.
Property changes on: trunk
___________________________________________________________________
svk:merge ticket from /vidalia/local/trunk [r2144] on 54b3572a-7227-0410-958f-53ecd705b71a
Modified: trunk/src/gui/mainwindow.cpp
===================================================================
--- trunk/src/gui/mainwindow.cpp 2007-09-06 10:22:40 UTC (rev 1916)
+++ trunk/src/gui/mainwindow.cpp 2007-09-06 22:30:40 UTC (rev 1917)
@@ -425,7 +425,7 @@
connect(ui.lblStartStopTor, SIGNAL(clicked()), this, SLOT(start()));
} else if (status == Stopping) {
if (_delayedShutdownStarted) {
- statusText = tr("Your Tor server is shutting down.\r\n"
+ statusText = tr("Your Tor server is shutting down.\n"
"Click 'Stop Tor' again to force Tor to stop now.");
} else {
statusText = tr("Tor is shutting down");