fixed a string

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17982 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Frank Gevaerts 2008-07-07 20:28:11 +00:00
parent 6f8b63ca12
commit e6553f8218
7 changed files with 9 additions and 9 deletions

View file

@ -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();
}
}