mirror of
https://github.com/spalencsar/bearhub.git
synced 2026-07-06 22:54:16 +02:00
[appimage] improvement -> changing 'imported' parentheses style
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user