[Pkg-privacy-commits] [tor-monitor] 12/39: Label the path and steram colum as "Path" instead of "Name"

Sascha Steinbiss sascha-guest at moszumanska.debian.org
Tue Aug 25 18:00:43 UTC 2015


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

sascha-guest pushed a commit to branch master
in repository tor-monitor.

commit dab5875775ce2b1c5b840fb18f3b90cb8abf3feb
Author: Tails developers <tails at boum.org>
Date:   Sat Feb 21 15:40:49 2015 +0100

    Label the path and steram colum as "Path" instead of "Name"
---
 tormonitor | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tormonitor b/tormonitor
index a9157f3..a100f5b 100755
--- a/tormonitor
+++ b/tormonitor
@@ -117,7 +117,7 @@ class TorMonitorWindow(Gtk.ApplicationWindow):
             cell = Gtk.CellRendererText()
             tvcolumn.pack_start(cell, True)
             tvcolumn.add_attribute(cell, 'text', col)
-        append_column(self._treeview, 2, _("Name"))
+        append_column(self._treeview, 2, _("Path"))
         append_column(self._treeview, 3, _("Status"))
 
         scrolledwindow_circuits = Gtk.ScrolledWindow()

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



More information about the Pkg-privacy-commits mailing list