QmlProfiler: renamed from "Perfomance Monitor" to "Profiler"

Change-Id: I00e051f810fb147775c925f0e2378a46d660967e
Reviewed-on: http://codereview.qt.nokia.com/423
Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com>
Reviewed-by: Kai Koehne <kai.koehne@nokia.com>
This commit is contained in:
Christiaan Janssen
2011-06-09 14:27:32 +02:00
committed by Kai Koehne
parent 57d1598d2c
commit ccd9354c29
2 changed files with 2 additions and 2 deletions

View File

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