[tor-commits] [arm/release] Replacing 'toggle' with 'show'

atagar at torproject.org atagar at torproject.org
Sun Apr 29 04:00:58 UTC 2012


commit fbf672b17899f185e799b57f24ddfafcb5e89dd5
Author: Damian Johnson <atagar at torproject.org>
Date:   Thu Dec 1 07:32:22 2011 -0800

    Replacing 'toggle' with 'show'
    
    Minor change to the previous fix's wording.
---
 src/cli/connections/connPanel.py |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/cli/connections/connPanel.py b/src/cli/connections/connPanel.py
index 3a8a07c..d108252 100644
--- a/src/cli/connections/connPanel.py
+++ b/src/cli/connections/connPanel.py
@@ -308,7 +308,7 @@ class ConnectionPanel(panel.Panel, threading.Thread):
     options.append(("down arrow", "scroll down a line", None))
     options.append(("page up", "scroll up a page", None))
     options.append(("page down", "scroll down a page", None))
-    options.append(("enter", "toggle connection details", None))
+    options.append(("enter", "show connection details", None))
     options.append(("d", "raw consensus descriptor", None))
     
     if self.isClientsAllowed():





More information about the tor-commits mailing list