[packages] Provide status feedback

- The status message should be updated; the name is constant.

FIXES #1330
main
Adriaan de Groot 5 years ago
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…
Cancel
Save