Spelling fix.

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14732 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Antoine Cellerier 2007-09-17 08:50:46 +00:00
parent 4b07770aeb
commit 344f45165f

View file

@ -953,7 +953,7 @@ bool RbUtilQt::chkConfig(bool warn)
error = true;
if(warn) QMessageBox::critical(this, tr("Configuration error"),
tr("You configuration is invalid. Please go to the configuration "
tr("Your configuration is invalid. Please go to the configuration "
"dialog and make sure the selected values are correct."));
}
return error;