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:
Leena Miettinen
2023-10-20 16:08:07 +02:00
parent 76f082186e
commit 61088bba69
13 changed files with 22 additions and 22 deletions

View File

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