[tor-commits] [vidalia/master] Improve a bit the string formatting
chiiph at torproject.org
chiiph at torproject.org
Fri Oct 7 19:20:38 UTC 2011
commit ed1bd21a28737bee2210b22b86a0d9c96a41f053
Author: Tomás Touceda <chiiph at torproject.org>
Date: Tue Aug 30 20:44:49 2011 -0300
Improve a bit the string formatting
---
src/vidalia/MainWindow.cpp | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/src/vidalia/MainWindow.cpp b/src/vidalia/MainWindow.cpp
index a7d43ff..8e2c8ca 100644
--- a/src/vidalia/MainWindow.cpp
+++ b/src/vidalia/MainWindow.cpp
@@ -1164,7 +1164,7 @@ MainWindow::started()
if(tries >= maxtries) {
vWarn("Couldn't read port.conf file");
if(_torControl->isRunning()) {
- connectFailed(tr("Vidalia can't find out how to talk to Tor because it can't access this file: %1\n\nHere's the last error message:\n %2")
+ connectFailed(tr("Vidalia can't find out how to talk to Tor because it can't access this file: %1\n\nHere's the last error message:\n%2")
.arg(file.fileName())
.arg(file.errorString()));
} else {
More information about the tor-commits
mailing list