Give updating dialog a nice title

master
Matthew Stratford 2018-09-15 16:01:31 +01:00
parent d5c64f4de7
commit 7316522b0e
1 changed files with 1 additions and 1 deletions

View File

@ -90,7 +90,7 @@ def show_update():
update = prompt_boolean("Do you want to update all apps on this badge?", title="Update all Apps", true_text="OK", false_text="Back")
if update:
clear()
with WaitingMessage(title=title, text="Getting updates...") as message:
with WaitingMessage(title="Updating Apps...", text="Getting updates...") as message:
update_text = "Downloading files:"
installers = store.install(_get_current_apps())
n = len(installers)