Update translations

This commit is contained in:
kramo
2023-06-26 11:37:39 +02:00
parent 523aa8a82c
commit cbd0b3f287
5 changed files with 123 additions and 161 deletions

View File

@@ -44,6 +44,6 @@ class SGDBManager(AsyncManager):
# If invalid auth, cancel all SGDBManager tasks
self.cancellable.cancel()
raise FriendlyError(
_("Couldn't authenticate SteamGridDB"),
_("Couldn't Authenticate SteamGridDB"),
_("Verify your API key in preferences"),
) from error