We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0967184 commit 38a2ff4Copy full SHA for 38a2ff4
bottles/frontend/program_row.py
@@ -341,7 +341,9 @@ def update(result, _error=False):
341
)
342
else:
343
self.window.show_toast(
344
- _('"{0}" failed adding to your Steam library').format(self.program["name"])
+ _('"{0}" failed adding to your Steam library').format(
345
+ self.program["name"]
346
+ )
347
348
349
steam_manager = SteamManager(self.config)
0 commit comments