Skip to content
Snippets Groups Projects
Commit b96bb617 authored by Leena Miettinen's avatar Leena Miettinen
Browse files

Text editor: fix capitalization of a button text


Change-Id: I90ac86eb411beb7a966e4ae5deedad76f6c86b6b
Reviewed-by: default avatarNikolai Kosjar <nikolai.kosjar@digia.com>
parent d8858e6c
Branches
Tags
No related merge requests found
...@@ -89,7 +89,7 @@ void PlainTextEditorFactory::updateEditorInfoBar(Core::IEditor *editor) ...@@ -89,7 +89,7 @@ void PlainTextEditorFactory::updateEditorInfoBar(Core::IEditor *editor)
tr("A highlight definition was not found for this file. " tr("A highlight definition was not found for this file. "
"Would you like to try to find one?"), "Would you like to try to find one?"),
Core::InfoBarEntry::GlobalSuppressionEnabled); Core::InfoBarEntry::GlobalSuppressionEnabled);
info.setCustomButtonInfo(tr("Show highlighter options..."), info.setCustomButtonInfo(tr("Show Highlighter Options..."),
textEditor, SLOT(acceptMissingSyntaxDefinitionInfo())); textEditor, SLOT(acceptMissingSyntaxDefinitionInfo()));
infoBar->addInfo(info); infoBar->addInfo(info);
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment