From 8e930115a58d18f9fc5f09d4f5a9230d5ab97943 Mon Sep 17 00:00:00 2001 From: zlaxy Date: Sun, 8 Apr 2018 12:33:27 +0300 Subject: [PATCH] fixed add new group name string --- sshch/sshch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sshch/sshch b/sshch/sshch index d49ffb3..b9dff69 100755 --- a/sshch/sshch +++ b/sshch/sshch @@ -517,7 +517,7 @@ def CursesMain(): 'G') or key_pressed == curses.KEY_F5: curses.curs_set(1) new_group_textpad = CursesTextpad(screen, 1, width - 8, - (height // 2) - 1, 4, "Enter alias name for new group:", "", + (height // 2) - 1, 4, "Enter group name (without spaces):", "", normal_text, highlight_text) add_group = new_group_textpad.edit(CursesTextpadConfirm) if not add_group.rstrip() == "":