diff options
author | Antoine Cellerier <dionoea@videolan.org> | 2007-09-17 08:50:46 +0000 |
---|---|---|
committer | Antoine Cellerier <dionoea@videolan.org> | 2007-09-17 08:50:46 +0000 |
commit | 344f45165f4b1f76b95883895be3634225a10cbb (patch) | |
tree | ed9281186f1524d51ccdf99a379c47ae1126a611 /rbutil | |
parent | 4b07770aeb887fcba726d4213d6794ae682095ac (diff) |
Spelling fix.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14732 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'rbutil')
-rw-r--r-- | rbutil/rbutilqt/rbutilqt.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rbutil/rbutilqt/rbutilqt.cpp b/rbutil/rbutilqt/rbutilqt.cpp index 4cb52504e4..2e552c0bd4 100644 --- a/rbutil/rbutilqt/rbutilqt.cpp +++ b/rbutil/rbutilqt/rbutilqt.cpp @@ -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; |