mirror of
git://git.savannah.nongnu.org/eliot.git
synced 2025-01-30 20:34:27 +01:00
Fixed a typo
This commit is contained in:
parent
bbb0ee4510
commit
9e4d196d70
1 changed files with 1 additions and 1 deletions
|
@ -187,7 +187,7 @@ void PlayerWidget::pass(QString inputLetters)
|
||||||
else if (res == 3)
|
else if (res == 3)
|
||||||
msg = msg.arg(_q("Some letters are invalid for the current dictionary"));
|
msg = msg.arg(_q("Some letters are invalid for the current dictionary"));
|
||||||
else
|
else
|
||||||
msg = msg.arg(_q("Unknwon error"));
|
msg = msg.arg(_q("Unknown error"));
|
||||||
emit notifyProblem(msg);
|
emit notifyProblem(msg);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue