Skip to content

Commit

Permalink
messagebox clarification
Browse files Browse the repository at this point in the history
  • Loading branch information
quantumpixelator committed Sep 13, 2023
1 parent e737be6 commit 9a836b7
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
Binary file added icon.ico
Binary file not shown.
2 changes: 1 addition & 1 deletion main.pyw
Original file line number Diff line number Diff line change
Expand Up @@ -281,7 +281,7 @@ class Widget(QWidget):
if language_voice:
engine.setProperty('voice', language_voice)
else:
self.show_message("Error", f"Couldn't locate a matching language voice ({selected_language}).\nUsing system default voice instead.")
self.show_message("Error", f"Couldn't locate a matching language voice ({selected_language}) installed on this system.\nUsing system default voice instead.")

engine.setProperty('rate', self.speech_rate)
engine.say(self.textbox_2.toPlainText())
Expand Down
2 changes: 1 addition & 1 deletion settings.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{"width": 511, "height": 583, "x": 2145, "y": 97}
{"width": 500, "height": 581, "x": 1393, "y": 36}

0 comments on commit 9a836b7

Please sign in to comment.