Update wording and logs

This commit is contained in:
Mathieu Comandon 2018-11-04 14:45:58 -08:00
parent 5490660a49
commit babed42e06
2 changed files with 4 additions and 5 deletions

View file

@ -41,9 +41,8 @@ def fetch_icons(game_slugs, callback=None):
if not missing_media_slugs:
logger.debug("No icon are missing")
return
logger.debug("Requesting missing icons from API")
logger.debug("Requesting missing icons from API for %d games", len(missing_media_slugs))
results = api.get_games(game_slugs=missing_media_slugs)
logger.debug("Got %d icons", len(results))
new_icon = False
banner_downloads = []

View file

@ -246,9 +246,9 @@ def display_vulkan_error(on_launch):
setting = 'hide-no-vulkan-warning'
DontShowAgainDialog(setting,
"No Vulkan loader was detected.",
secondary_message="Please follow the installation "
"procedures as described in\n"
"Vulkan is not installed or is not supported by your system",
secondary_message="If you have compatible hardware, please follow "
"the installation procedures as described in\n"
"<a href='https://github.com/lutris/lutris/wiki/How-to:-DXVK'>"
"How-to:-DXVK (https://github.com/lutris/lutris/wiki/How-to:-DXVK)</a>",
checkbox_message=checkbox_message)