mirror of
https://gitlab.com/dslackw/slpkg.git
synced 2024-12-27 09:58:10 +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
|
||||
list_height = 0
|
||||
choices = []
|
||||
title = " Choose dependencies you want to install "
|
||||
title = " Choose dependencies you want to remove "
|
||||
|
||||
for package in dependencies:
|
||||
repo_ver = SBoQueries(package).version()
|
||||
|
|
Loading…
Reference in a new issue