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

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



commit eec3363e4f1aa3023f3185b48bbe95302b14a718
Author: Tomás Touceda <chiiph@xxxxxxxxxxxxxx>
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 {



_______________________________________________
tor-commits mailing list
tor-commits@xxxxxxxxxxxxxxxxxxxx
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-commits