Skip to content

Commit

Permalink
change text 'select All' to 'select/unselect All'
Browse files Browse the repository at this point in the history
  • Loading branch information
xiongml committed Sep 14, 2016
1 parent ec90c94 commit 750430e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion smart/interfaces/tgui/window.py
Original file line number Diff line number Diff line change
Expand Up @@ -796,7 +796,7 @@ def PKGINSTPackageWindow(insScreen, packages, selected_packages, iPosition, lTar
else:
scroll = 0

hotkey_base_text = "SPACE/ENTER:select/unselect A:select All R:seaRch N:Next B:Back I:Info X:eXit"
hotkey_base_text = "SPACE/ENTER:select/unselect A:select/unselect All R:seaRch N:Next B:Back I:Info X:eXit"
wrapper = textwrap.TextWrapper(width = main_width)
hotkey_text = wrapper.fill(hotkey_base_text)
if hotkey_text != hotkey_base_text:
Expand Down

0 comments on commit 750430e

Please sign in to comment.