summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAntoine Cellerier <dionoea@videolan.org>2007-09-17 08:50:46 +0000
committerAntoine Cellerier <dionoea@videolan.org>2007-09-17 08:50:46 +0000
commit344f45165f4b1f76b95883895be3634225a10cbb (patch)
treeed9281186f1524d51ccdf99a379c47ae1126a611
parent4b07770aeb887fcba726d4213d6794ae682095ac (diff)
downloadrockbox-344f45165f4b1f76b95883895be3634225a10cbb.tar.gz
rockbox-344f45165f4b1f76b95883895be3634225a10cbb.zip
Spelling fix.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14732 a1c6a512-1295-4272-9138-f99709370657
-rw-r--r--rbutil/rbutilqt/rbutilqt.cpp2
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)
953 error = true; 953 error = true;
954 954
955 if(warn) QMessageBox::critical(this, tr("Configuration error"), 955 if(warn) QMessageBox::critical(this, tr("Configuration error"),
956 tr("You configuration is invalid. Please go to the configuration " 956 tr("Your configuration is invalid. Please go to the configuration "
957 "dialog and make sure the selected values are correct.")); 957 "dialog and make sure the selected values are correct."));
958 } 958 }
959 return error; 959 return error;