Revert to resolve Weblate conflict

This commit is contained in:
kramo
2023-03-19 12:53:49 +01:00
parent 224890261b
commit ba944fdaab
12 changed files with 447 additions and 847 deletions

View File

@@ -251,7 +251,10 @@ def heroic_parser(parent_widget, action):
create_dialog(
parent_widget,
_("Heroic Games Imported"),
# The variable is the number of games
_(f"Successfully imported {str(len(heroic_games))} games."),
_("Successfully imported")
+ " "
+ str(len(heroic_games))
+ " "
+ _("games."),
)
return heroic_games