missing tr

This commit is contained in:
con
2010-03-30 16:55:32 +02:00
parent 89416bed3d
commit 1aa1118112

View File

@@ -66,7 +66,7 @@ void DesignerXmlEditor::updateEditorInfoBar(Core::IEditor *editor)
if (editor == m_designerEditor) {
Core::EditorManager::instance()->showEditorInfoBar(Constants::INFO_READ_ONLY,
tr("This file can only be edited in Design Mode."),
"Open Designer", this, SLOT(designerModeClicked()));
tr("Open Designer"), this, SLOT(designerModeClicked()));
}
if (!editor)
Core::EditorManager::instance()->hideEditorInfoBar(Constants::INFO_READ_ONLY);