From 4612a052f462be8cecb7977efc398010ddd92bf9 Mon Sep 17 00:00:00 2001 From: David Schulz Date: Mon, 13 Jun 2022 08:31:03 +0200 Subject: [PATCH] TextEditor: fix typo Change-Id: Ibad6729f5281a1b7036af7483a82eae7e22649a5 Reviewed-by: Christian Stenger --- src/plugins/texteditor/texteditorsettings.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/plugins/texteditor/texteditorsettings.cpp b/src/plugins/texteditor/texteditorsettings.cpp index 5a0df2d1de1..630fbd440a9 100644 --- a/src/plugins/texteditor/texteditorsettings.cpp +++ b/src/plugins/texteditor/texteditorsettings.cpp @@ -398,7 +398,7 @@ FormatDescriptions TextEditorSettingsPrivate::initialFormats() tr("Unreachable code."), FormatDescription::ShowAllControls); formatDescr.emplace_back(C_COCO_EXECUTION_COUNT_TOO_LOW, - tr("Code Coverage Execution Count To Low"), + tr("Code Coverage Execution Count Too Low"), tr("Minimum count not reached."), FormatDescription::ShowAllControls); formatDescr.emplace_back(C_COCO_NOT_COVERED_INFO,