mirror of
https://gitlab.com/dslackw/slpkg.git
synced 2025-01-07 17:24:57 +01:00
Update repo-enable text and title
This commit is contained in:
parent
8c6e44eea7
commit
6ee23769f5
1 changed files with 4 additions and 1 deletions
|
@ -48,6 +48,9 @@ class RepoEnable(object):
|
||||||
"""Choose repositories
|
"""Choose repositories
|
||||||
"""
|
"""
|
||||||
keys = """
|
keys = """
|
||||||
|
Choose repositories at the right side for enable or to the
|
||||||
|
left side for disable.
|
||||||
|
|
||||||
Keys: SPACE select or deselect the highlighted repositories,
|
Keys: SPACE select or deselect the highlighted repositories,
|
||||||
move it between the left and right lists
|
move it between the left and right lists
|
||||||
^ move the focus to the left list
|
^ move the focus to the left list
|
||||||
|
@ -59,7 +62,7 @@ Keys: SPACE select or deselect the highlighted repositories,
|
||||||
self.read_enabled()
|
self.read_enabled()
|
||||||
self.read_disabled()
|
self.read_disabled()
|
||||||
self.selected = DialogUtil(self.disabled, text=keys,
|
self.selected = DialogUtil(self.disabled, text=keys,
|
||||||
title="Enable | Disable Repositories",
|
title="Repositories",
|
||||||
backtitle="",
|
backtitle="",
|
||||||
status=False).buildlist(self.enabled)
|
status=False).buildlist(self.enabled)
|
||||||
self.update_repos()
|
self.update_repos()
|
||||||
|
|
Loading…
Reference in a new issue