Fixed a typo

This commit is contained in:
Olivier Teulière 2011-01-15 16:35:36 +00:00
parent bbb0ee4510
commit 9e4d196d70

View file

@ -187,7 +187,7 @@ void PlayerWidget::pass(QString inputLetters)
else if (res == 3)
msg = msg.arg(_q("Some letters are invalid for the current dictionary"));
else
msg = msg.arg(_q("Unknwon error"));
msg = msg.arg(_q("Unknown error"));
emit notifyProblem(msg);
}
}