[appimage] refactoring: i18n key

This commit is contained in:
Vinicius Moreira
2021-11-19 17:27:51 -03:00
parent 93362878e3
commit 8b59c2ae77
8 changed files with 8 additions and 8 deletions

View File

@@ -519,7 +519,7 @@ class AppImageManager(SoftwareManager):
if not downloaded:
watcher.show_message(title=self.i18n['error'],
body=self.i18n['appimage.install.download.error'].format(bold(pkg.url_download)),
body=self.i18n['appimage.download.error'].format(bold(pkg.url_download)),
type_=MessageType.ERROR)
return