mirror of
https://github.com/lutris/lutris
synced 2024-11-02 11:48:38 +00:00
Cprrect spelling error
This commit is contained in:
parent
d5eaf58214
commit
9bce481c68
1 changed files with 1 additions and 1 deletions
|
@ -91,7 +91,7 @@ class ImportGameDialog(ModalDialog):
|
|||
md5 = get_md5_hash(filename)
|
||||
self.file_hashes[filename] = md5
|
||||
self.files_by_hash[md5] = filename
|
||||
self.checksum_labels[filename].set_markup("<i>%s</i>" % _("Looking up checkum on Lutris.net..."))
|
||||
self.checksum_labels[filename].set_markup("<i>%s</i>" % _("Looking up checksum on Lutris.net..."))
|
||||
result = search_tosec_by_md5(md5)
|
||||
if not result:
|
||||
result = [{"name": "Not found", "category": {"name": ""}, "roms": [{"md5": md5}]}]
|
||||
|
|
Loading…
Reference in a new issue