Update translation files

This commit is contained in:
kramo
2023-03-29 08:17:47 +02:00
parent eca96d8a5a
commit f17663323d
2 changed files with 4 additions and 4 deletions

View File

@@ -86,10 +86,10 @@ class Importer:
_("Successfully imported 1 game."),
)
elif self.games_no > 1:
imported_no = self.games_no
games_no = self.games_no
create_dialog(
self.parent_widget,
_("Games Imported"),
# The variable is the number of games
_(f"Successfully imported {imported_no} games."),
_(f"Successfully imported {games_no} games."),
)