diff --git a/src/plugins/secondary_backends/speech/speech.cpp b/src/plugins/secondary_backends/speech/speech.cpp index 9faffff..f1eebb8 100644 --- a/src/plugins/secondary_backends/speech/speech.cpp +++ b/src/plugins/secondary_backends/speech/speech.cpp @@ -8,7 +8,7 @@ Speech::Speech() connect(m_speech, &QTextToSpeech::stateChanged, this, [this](QTextToSpeech::State state){ qCDebug(SNORE) << state; if (state == QTextToSpeech::BackendError) { - setErrorString(tr("Sytem Backend Error")); + setErrorString(tr("System Backend Error")); } }); }