From 6a2582d9ab93673f1011780c7d710b4a96891db7 Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Tue, 3 Sep 2024 16:10:37 +0530 Subject: [PATCH] string changes --- src/calibre/gui2/tts2/types.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/calibre/gui2/tts2/types.py b/src/calibre/gui2/tts2/types.py index a5b44d53e8..60a9165bda 100644 --- a/src/calibre/gui2/tts2/types.py +++ b/src/calibre/gui2/tts2/types.py @@ -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'), _(