Updated title

This commit is contained in:
Dimitris Zlatanidis 2022-12-24 22:45:41 +02:00
parent f42e57f9a6
commit ae8d78537e
2 changed files with 2 additions and 2 deletions

View file

@ -86,7 +86,7 @@ class Slackbuilds:
choices += [(package, repo_ver, True)]
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)
os.system('clear')
return tags

View file

@ -67,7 +67,7 @@ class Upgrade:
choices += [(package, f'{inst_ver} -> {repo_ver}', True)]
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)
os.system('clear')
if code == self.d.OK: