forked from qt-creator/qt-creator
Text editor: fix capitalization of a button text
Change-Id: I90ac86eb411beb7a966e4ae5deedad76f6c86b6b Reviewed-by: Nikolai Kosjar <nikolai.kosjar@digia.com>
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user