From 9e4d196d701780a5bbf6572f0ea6a9733114b675 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Olivier=20Teuli=C3=A8re?= Date: Sat, 15 Jan 2011 16:35:36 +0000 Subject: [PATCH] Fixed a typo --- qt/player_widget.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qt/player_widget.cpp b/qt/player_widget.cpp index c35b026..7cdf636 100644 --- a/qt/player_widget.cpp +++ b/qt/player_widget.cpp @@ -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); } }