Designer: fix capitalization of UI text

Change-Id: I082f4a7a7d6c01ae4de2a91abe318d73a931bf9e
Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@digia.com>
This commit is contained in:
Leena Miettinen
2014-03-11 16:22:26 +01:00
parent 3705ece964
commit afd7e7608b

View File

@@ -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;