forked from qt-creator/qt-creator
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:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user