mirror of
https://gitlab.com/dslackw/slpkg.git
synced 2025-02-06 08:46:21 +01:00
Updated title
This commit is contained in:
parent
f42e57f9a6
commit
ae8d78537e
2 changed files with 2 additions and 2 deletions
|
@ -86,7 +86,7 @@ class Slackbuilds:
|
||||||
choices += [(package, repo_ver, True)]
|
choices += [(package, repo_ver, True)]
|
||||||
|
|
||||||
code, tags = self.d.checklist(f'There are {len(choices)} dependencies:',
|
code, tags = self.d.checklist(f'There are {len(choices)} dependencies:',
|
||||||
title='Choose dependencies you want to remove',
|
title=' Uncheck dependencies if you want to remove ',
|
||||||
height=10, width=70, list_height=0, choices=choices)
|
height=10, width=70, list_height=0, choices=choices)
|
||||||
os.system('clear')
|
os.system('clear')
|
||||||
return tags
|
return tags
|
||||||
|
|
|
@ -67,7 +67,7 @@ class Upgrade:
|
||||||
choices += [(package, f'{inst_ver} -> {repo_ver}', True)]
|
choices += [(package, f'{inst_ver} -> {repo_ver}', True)]
|
||||||
|
|
||||||
code, tags = self.d.checklist(f'There are {len(choices)} packages for upgrade:',
|
code, tags = self.d.checklist(f'There are {len(choices)} packages for upgrade:',
|
||||||
title='Choose packages you want to upgrade',
|
title=' Choose packages you want to upgrade ',
|
||||||
height=10, width=70, list_height=0, choices=choices)
|
height=10, width=70, list_height=0, choices=choices)
|
||||||
os.system('clear')
|
os.system('clear')
|
||||||
if code == self.d.OK:
|
if code == self.d.OK:
|
||||||
|
|
Loading…
Add table
Reference in a new issue