forked from qt-creator/qt-creator
Designer: fix capitalization of UI text
Change-Id: I082f4a7a7d6c01ae4de2a91abe318d73a931bf9e Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@digia.com>
This commit is contained in:
@@ -63,7 +63,7 @@ Core::IEditor *FormEditorFactory::createEditor()
|
||||
if (data.formWindowEditor) {
|
||||
Core::InfoBarEntry info(Core::Id(Constants::INFO_READ_ONLY),
|
||||
tr("This file can only be edited in <b>Design</b> mode."));
|
||||
info.setCustomButtonInfo(tr("Switch mode"), this, SLOT(designerModeClicked()));
|
||||
info.setCustomButtonInfo(tr("Switch Mode"), this, SLOT(designerModeClicked()));
|
||||
data.formWindowEditor->document()->infoBar()->addInfo(info);
|
||||
}
|
||||
return data.formWindowEditor;
|
||||
|
||||
Reference in New Issue
Block a user