Skip to content

Commit

Permalink
Change non-english dialog text
Browse files Browse the repository at this point in the history
  • Loading branch information
xxyzz committed Jul 12, 2022
1 parent ef22dd6 commit 475e8fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion error_dialogs.py
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ def unsupported_language_dialog(title, parent):
def non_english_book_dialog(parent):
error_dialog(
"Non-English book",
"Word Wise is only available in English books on Kindle.",
"For Kindle format books, Word Wise is only available in books in English.",
None,
parent,
)
Expand Down

0 comments on commit 475e8fb

Please sign in to comment.