[tor-commits] [vidalia/alpha] Fix wrong string. Thanks to bastik_tor
chiiph at torproject.org
chiiph at torproject.org
Sun Apr 17 16:07:39 UTC 2011
commit a1d9af25f8b97beb7b5b62cf6aeca26987601dd8
Author: Tomas Touceda <chiiph at gentoo.org>
Date: Sun Apr 17 12:52:52 2011 -0300
Fix wrong string. Thanks to bastik_tor
---
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 1a3c215..3c5c789 100644
--- a/src/vidalia/MainWindow.cpp
+++ b/src/vidalia/MainWindow.cpp
@@ -1649,7 +1649,7 @@ MainWindow::warnDangerousPort(quint16 port, bool rejected)
application = " ";
}
- QString text = tr("One of your applications%1appears to be making a "
+ QString text = tr("One of your applications %1 appears to be making a "
"potentially unencrypted and unsafe connection to port %2.")
.arg(application).arg(port);
More information about the tor-commits
mailing list