Make errors properly translatable
This commit is contained in:
@@ -44,6 +44,6 @@ class SGDBManager(AsyncManager):
|
||||
# If invalid auth, cancel all SGDBManager tasks
|
||||
self.cancellable.cancel()
|
||||
raise FriendlyError(
|
||||
"Couldn't authenticate SteamGridDB",
|
||||
"Verify your API key in preferences",
|
||||
_("Couldn't authenticate SteamGridDB"),
|
||||
_("Verify your API key in preferences"),
|
||||
) from error
|
||||
|
||||
Reference in New Issue
Block a user