mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
string changes
This commit is contained in:
parent
538b15f222
commit
6a2582d9ab
@ -209,7 +209,7 @@ def available_engines() -> dict[str, EngineMetadata]:
|
||||
for x in QTextToSpeech.availableEngines():
|
||||
if x == 'winrt':
|
||||
ans[x] = qt_engine_metadata(x, _('Modern Windows Speech Engine'), _(
|
||||
'The "winrt" engine can track the curretly spoken word on screen. Additional voices for it are available from Microsoft.'
|
||||
'The "winrt" engine can track the currently spoken word on screen. Additional voices for it are available from Microsoft.'
|
||||
), True)
|
||||
elif x == 'darwin':
|
||||
ans[x] = qt_engine_metadata(x, _('macOS Speech Engine'), _(
|
||||
|
Loading…
x
Reference in New Issue
Block a user