fixed add new group name string

This commit is contained in:
ivan 2018-04-08 12:33:27 +03:00
parent ec8a2ca14a
commit 8e930115a5
1 changed files with 1 additions and 1 deletions

View File

@ -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() == "":