Skip to content
Snippets Groups Projects
Commit 2a7afc4a authored by Friedemann Kleint's avatar Friedemann Kleint
Browse files

Design mode: tr()-Fix.

parent c0a68f53
No related branches found
No related tags found
No related merge requests found
...@@ -109,7 +109,7 @@ QWidget *DesignMode::widget() ...@@ -109,7 +109,7 @@ QWidget *DesignMode::widget()
QString DesignMode::displayName() const QString DesignMode::displayName() const
{ {
return tr(Constants::MODE_DESIGN); return tr("Design");
} }
QIcon DesignMode::icon() const QIcon DesignMode::icon() const
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment