From e6553f821881ace5f904fb077ae8a1aba7154474 Mon Sep 17 00:00:00 2001 From: Frank Gevaerts Date: Mon, 7 Jul 2008 20:28:11 +0000 Subject: fixed a string git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17982 a1c6a512-1295-4272-9138-f99709370657 --- rbutil/rbutilqt/rbutilqt.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'rbutil/rbutilqt/rbutilqt.cpp') 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(); } } -- cgit v1.2.3