summaryrefslogtreecommitdiff
path: root/src/plugins/coreplugin
diff options
context:
space:
mode:
authorjkobus <jaroslaw.kobus@digia.com>2013-12-04 12:01:17 +0100
committerJarek Kobus <jaroslaw.kobus@digia.com>2013-12-04 15:36:58 +0100
commit90b33316e4d3a64a9edf77c3beb7e8bd37fffa91 (patch)
tree38e8816708b7800822ec4c60d59abc1c6e943c5d /src/plugins/coreplugin
parente20391ef6e9a8497f95d88fdb73b0fe4b3ab30bc (diff)
downloadqt-creator-90b33316e4d3a64a9edf77c3beb7e8bd37fffa91.tar.gz
Fix tooltips' texts.
Change-Id: I9f8681a8d975558e5e8626566df73ac8438c4cef Reviewed-by: Friedemann Kleint <Friedemann.Kleint@digia.com> Reviewed-by: Leena Miettinen <riitta-leena.miettinen@digia.com>
Diffstat (limited to 'src/plugins/coreplugin')
-rw-r--r--src/plugins/coreplugin/editormanager/systemeditor.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/coreplugin/editormanager/systemeditor.cpp b/src/plugins/coreplugin/editormanager/systemeditor.cpp
index ef9cb8fec9..42336b277b 100644
--- a/src/plugins/coreplugin/editormanager/systemeditor.cpp
+++ b/src/plugins/coreplugin/editormanager/systemeditor.cpp
@@ -54,7 +54,7 @@ Id SystemEditor::id() const
QString SystemEditor::displayName() const
{
- return QLatin1String("System Editor");
+ return tr("System Editor");
}
bool SystemEditor::startEditor(const QString &fileName, QString *errorMessage)