[appimage] improvement -> changing 'imported' parentheses style

This commit is contained in:
Vinicius Moreira
2020-08-11 15:45:09 -03:00
parent ae721f6eea
commit a7f8e1cb08
2 changed files with 5 additions and 1 deletions

View File

@@ -100,7 +100,7 @@ class AppImage(SoftwarePackage):
def get_display_name(self) -> str:
if self.name and self.imported:
return '{} ( {} )'.format(self.name, self.i18n['imported'])
return '{} ({})'.format(self.name, self.i18n['imported'])
return self.name