[Pkg-privacy-commits] [onioncircuits] 11/62: Label circuits with comma+space as a node sepataror

Intrigeri intrigeri at moszumanska.debian.org
Thu Feb 18 20:20:02 UTC 2016


This is an automated email from the git hooks/post-receive script.

intrigeri pushed a commit to branch master
in repository onioncircuits.

commit f0a5bde2d9518163738e2024a8b8e2fdf64473c4
Author: Tails developers <tails at boum.org>
Date:   Sat Feb 21 15:39:44 2015 +0100

    Label circuits with comma+space as a node sepataror
---
 tormonitor | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tormonitor b/tormonitor
index 0a7d735..a9157f3 100755
--- a/tormonitor
+++ b/tormonitor
@@ -228,7 +228,7 @@ class TorMonitorWindow(Gtk.ApplicationWindow):
     @staticmethod
     def circuit_label(circuit):
         if circuit.path:
-            circ_str = ' '.join([nick for fp, nick in circuit.path])
+            circ_str = _(', ').join([nick for fp, nick in circuit.path])
         else:
             circ_str = _("Building...")
         return circ_str

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-privacy/packages/onioncircuits.git



More information about the Pkg-privacy-commits mailing list