From 8679831f0bdc282254e451ee06ab424aac53b1eb Mon Sep 17 00:00:00 2001 From: Andrew Psaltis Date: Tue, 24 Mar 2009 08:12:07 -0400 Subject: [PATCH] Made the help in wicd-curses.py all read out on one line. per entry --- curses/wicd-curses.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/curses/wicd-curses.py b/curses/wicd-curses.py index 33db5c6..a9f3ec5 100755 --- a/curses/wicd-curses.py +++ b/curses/wicd-curses.py @@ -208,7 +208,7 @@ def help_dialog(body): ('bold',' H h ?'),": Display this help dialog\n", ('bold','enter C'),": Connect to selected network\n", ('bold',' D'),": Disconnect from all networks\n", -('bold',' ESC'),": Stop a network connection in progress\n", +('bold',' ESC'),": Stop a connection in progress\n", ('bold',' F5 R'),": Refresh network list\n", ('bold',' P'),": Prefrences dialog\n", ])