Text editor: fix capitalization of a button text

Change-Id: I90ac86eb411beb7a966e4ae5deedad76f6c86b6b
Reviewed-by: Nikolai Kosjar <nikolai.kosjar@digia.com>
This commit is contained in:
Leena Miettinen
2014-03-12 10:41:18 +01:00
parent d8858e6c26
commit b96bb6172e

View File

@@ -89,7 +89,7 @@ void PlainTextEditorFactory::updateEditorInfoBar(Core::IEditor *editor)
tr("A highlight definition was not found for this file. "
"Would you like to try to find one?"),
Core::InfoBarEntry::GlobalSuppressionEnabled);
info.setCustomButtonInfo(tr("Show highlighter options..."),
info.setCustomButtonInfo(tr("Show Highlighter Options..."),
textEditor, SLOT(acceptMissingSyntaxDefinitionInfo()));
infoBar->addInfo(info);
}