forked from qt-creator/qt-creator
Fix UI text capitalization, punctuation, and phrasing
Change-Id: I41951660a464601063e5cedd417db2cb7cd37e44 Reviewed-by: Jarek Kobus <jaroslaw.kobus@qt.io> Reviewed-by: Alessandro Portale <alessandro.portale@qt.io>
This commit is contained in:
@@ -9072,7 +9072,7 @@ expected_str<void> TextEditorWidget::configureGenericHighlighter(const QString &
|
||||
{
|
||||
Highlighter::Definition definition = TextEditor::Highlighter::definitionForName(definitionName);
|
||||
if (!definition.isValid())
|
||||
return make_unexpected(Tr::tr("Could not find definition"));
|
||||
return make_unexpected(Tr::tr("Could not find definition."));
|
||||
|
||||
d->configureGenericHighlighter(definition);
|
||||
d->removeSyntaxInfoBar();
|
||||
|
||||
Reference in New Issue
Block a user