mirror of
https://gitlab.com/dslackw/slpkg.git
synced 2025-01-03 06:56:44 +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
|
||||
"""
|
||||
keys = """
|
||||
Choose repositories at the right side for enable or to the
|
||||
left side for disable.
|
||||
|
||||
Keys: SPACE select or deselect the highlighted repositories,
|
||||
move it between the left and right lists
|
||||
^ move the focus to the left list
|
||||
|
@ -59,7 +62,7 @@ Keys: SPACE select or deselect the highlighted repositories,
|
|||
self.read_enabled()
|
||||
self.read_disabled()
|
||||
self.selected = DialogUtil(self.disabled, text=keys,
|
||||
title="Enable | Disable Repositories",
|
||||
title="Repositories",
|
||||
backtitle="",
|
||||
status=False).buildlist(self.enabled)
|
||||
self.update_repos()
|
||||
|
|
Loading…
Reference in a new issue