[mod] typo

Co-Authored-By: Alexandre Aubin <alex.aubin@mailoo.org>
This commit is contained in:
Bram 2019-08-18 18:51:16 +02:00 committed by Alexandre Aubin
parent a283b436e1
commit ef38f5e7b5

View file

@ -676,7 +676,7 @@ def app_upgrade(app=[], url=None, file=None):
# display this if there are remaining apps
if apps[number + 1:]:
logger.error(m18n.n('app_upgrade_stoped'))
logger.error(m18n.n('app_upgrade_stopped'))
not_upgraded_apps = apps[number:]
# we don't want to continue upgrading apps here in case that breaks
# everything