[packages] Provide status feedback
- The status message should be updated; the name is constant. FIXES #1330
This commit is contained in:
parent
ef249043f9
commit
c4bfad9399
@ -56,6 +56,10 @@ def _change_mode(mode):
|
||||
|
||||
|
||||
def pretty_name():
|
||||
return _("Install packages.")
|
||||
|
||||
|
||||
def pretty_status_message():
|
||||
if not group_packages:
|
||||
if (total_packages > 0):
|
||||
# Outside the context of an operation
|
||||
|
Loading…
Reference in New Issue
Block a user