Labelling consistency (now also with docs)

Reviewed-by: Oswald Buddenhagen
This commit is contained in:
mae
2010-05-07 16:32:58 +02:00
parent bc7d853216
commit e34350adf6
2 changed files with 3 additions and 3 deletions

View File

@@ -90,8 +90,8 @@ 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("Switch to Design Mode"), this, SLOT(designerModeClicked()));
tr("This file can only be edited in <b>Design</b> mode."),
tr("Switch mode"), this, SLOT(designerModeClicked()));
} else {
Core::EditorManager::instance()->hideEditorInfoBar(Constants::INFO_READ_ONLY);
}