Labelling consistency

Reviewed-by: Oswald Buddenhagen
This commit is contained in:
mae
2010-05-07 16:20:40 +02:00
parent 495b7bff45
commit bc7d853216
2 changed files with 2 additions and 2 deletions

View File

@@ -91,7 +91,7 @@ void FormEditorFactory::updateEditorInfoBar(Core::IEditor *editor)
if (qobject_cast<FormWindowEditor *>(editor)) {
Core::EditorManager::instance()->showEditorInfoBar(Constants::INFO_READ_ONLY,
tr("This file can only be edited in Design Mode."),
tr("Open Designer"), this, SLOT(designerModeClicked()));
tr("Switch to Design Mode"), this, SLOT(designerModeClicked()));
} else {
Core::EditorManager::instance()->hideEditorInfoBar(Constants::INFO_READ_ONLY);
}