QmlProfiler: corrected display name

Reviewed-by: Friedemann Kleint
This commit is contained in:
Christiaan Janssen
2011-04-26 14:08:09 +02:00
parent db24a27b84
commit 50516bed66
2 changed files with 2 additions and 2 deletions

View File

@@ -161,7 +161,7 @@ QString QmlProfilerTool::id() const
QString QmlProfilerTool::displayName() const
{
return tr("Qml Performance Monitor");
return tr("QML Performance Monitor");
}
IAnalyzerTool::ToolMode QmlProfilerTool::mode() const