tr()-Fixes for 2.4

Change-Id: I151e75ebec7bff17a3779f1b367849ca514512c6
Reviewed-on: http://codereview.qt-project.org/5550
Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com>
Reviewed-by: Friedemann Kleint <Friedemann.Kleint@nokia.com>
This commit is contained in:
Friedemann Kleint
2011-09-26 16:48:54 +02:00
parent 12c58839c3
commit 580f834a5d
5 changed files with 6 additions and 6 deletions

View File

@@ -415,7 +415,7 @@ void PluginDumper::dump(const Plugin &plugin)
} else {
errorMessage = qmldumpErrorMessage(plugin.qmldirPath,
tr("Could not locate the helper application for dumping type information from C++ plugins.\n"
"Please build the qmldump applcation on the Qt version options page."));
"Please build the qmldump application on the Qt version options page."));
}
libraryInfo.setPluginTypeInfoStatus(LibraryInfo::DumpError, errorMessage);