[tor-commits] [vidalia/alpha] Improve a bit the string formatting

chiiph at torproject.org chiiph at torproject.org
Sat Dec 24 20:54:40 UTC 2011


commit eec3363e4f1aa3023f3185b48bbe95302b14a718
Author: Tomás Touceda <chiiph at torproject.org>
Date:   Fri Sep 16 10:46:52 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 88cb300..df4048b 100644
--- a/src/vidalia/MainWindow.cpp
+++ b/src/vidalia/MainWindow.cpp
@@ -672,7 +672,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