forked from qt-creator/qt-creator
missing tr
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user