mirror of
https://gitlab.com/dslackw/slpkg.git
synced 2025-01-13 20:01:48 +01:00
Fixed title
This commit is contained in:
parent
0853efc1f1
commit
498b55d0e2
1 changed files with 1 additions and 1 deletions
|
@ -105,7 +105,7 @@ class ViewMessage:
|
||||||
width = 70
|
width = 70
|
||||||
list_height = 0
|
list_height = 0
|
||||||
choices = []
|
choices = []
|
||||||
title = " Choose dependencies you want to install "
|
title = " Choose dependencies you want to remove "
|
||||||
|
|
||||||
for package in dependencies:
|
for package in dependencies:
|
||||||
repo_ver = SBoQueries(package).version()
|
repo_ver = SBoQueries(package).version()
|
||||||
|
|
Loading…
Reference in a new issue