mirror of
https://github.com/status-im/snorenotify.git
synced 2025-01-22 06:19:01 +00:00
Fix minor typo
This commit is contained in:
parent
609b5c54cf
commit
e70006cf02
@ -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"));
|
||||
}
|
||||
});
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user