We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2e53d70 commit 2cd2792Copy full SHA for 2cd2792
Obok_plugin/action.py
@@ -377,7 +377,7 @@ def decryptBook(self, book):
377
try:
378
zin = zipfile.ZipFile(book.filename, 'r')
379
except FileNotFoundError:
380
- print(_("File not found. Make sure that the ebook has been properly downloaded in the Kobo app. ("), book.filename, _(")"))
+ print (_('{0} - File "{1}" not found. Make sure the eBook has been properly downloaded in the Kobo app.').format(PLUGIN_NAME, book.filename))
381
return result
382
#print ('Kobo library filename: {0}'.format(book.filename))
383
for userkey in self.userkeys:
0 commit comments