QmlDesigner: Translate some strings

Change-Id: Id2c045cf0947ce38698f82f43536f25252aa4160
Reviewed-by: Thomas Hartmann <Thomas.Hartmann@digia.com>
This commit is contained in:
Orgad Shaneh
2012-12-05 22:57:32 +02:00
committed by Orgad Shaneh
parent 91df9030ad
commit 025ff8f922
4 changed files with 9 additions and 9 deletions

View File

@@ -97,7 +97,7 @@ DesignModeWidget *DesignModeWidget::s_instance = 0;
DocumentWarningWidget::DocumentWarningWidget(DesignModeWidget *parent) :
Utils::FakeToolTip(parent),
m_errorMessage(new QLabel("Placeholder", this)),
m_errorMessage(new QLabel(tr("Placeholder"), this)),
m_goToError(new QLabel(this)),
m_designModeWidget(parent)
{