diff --git a/slpkg/slackbuild.py b/slpkg/slackbuild.py index 83e24c46..368f8e02 100644 --- a/slpkg/slackbuild.py +++ b/slpkg/slackbuild.py @@ -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 diff --git a/slpkg/upgrade.py b/slpkg/upgrade.py index 68b1c85e..e7754dc3 100644 --- a/slpkg/upgrade.py +++ b/slpkg/upgrade.py @@ -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: