summaryrefslogtreecommitdiffstats
path: root/rbutil/rbutilqt/rbutilqt.cpp
diff options
context:
space:
mode:
authorFrank Gevaerts <frank@gevaerts.be>2008-07-07 20:28:11 +0000
committerFrank Gevaerts <frank@gevaerts.be>2008-07-07 20:28:11 +0000
commite6553f821881ace5f904fb077ae8a1aba7154474 (patch)
treee44a1a0358f9b8bc60e024c4e341048b245a5aed /rbutil/rbutilqt/rbutilqt.cpp
parent6f8b63ca1226415ab2e15f0a51746f46ec2e532e (diff)
downloadrockbox-e6553f821881ace5f904fb077ae8a1aba7154474.tar.gz
rockbox-e6553f821881ace5f904fb077ae8a1aba7154474.zip
fixed a string
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17982 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'rbutil/rbutilqt/rbutilqt.cpp')
-rw-r--r--rbutil/rbutilqt/rbutilqt.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/rbutil/rbutilqt/rbutilqt.cpp b/rbutil/rbutilqt/rbutilqt.cpp
index b5e485c57c..7f2bf0cbed 100644
--- a/rbutil/rbutilqt/rbutilqt.cpp
+++ b/rbutil/rbutilqt/rbutilqt.cpp
@@ -181,8 +181,8 @@ void RbUtilQt::downloadDone(bool error)
QMessageBox::critical(this, tr("Configuration error"),
tr("Your configuration is invalid. This is most likely due "
"to a new installation of Rockbox Utility or a changed device "
- "path. The configuration dialog will now open to allow you "
- "correcting the problem."));
+ "path. The configuration dialog will now open to allow you to "
+ "correct the problem."));
configDialog();
}
}