[packages] Provide status feedback

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

FIXES #1330
This commit is contained in:
Adriaan de Groot 2020-03-09 15:40:45 -05:00
parent ef249043f9
commit c4bfad9399

View File

@ -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