TextEditor: fix typo

Change-Id: Ibad6729f5281a1b7036af7483a82eae7e22649a5
Reviewed-by: Christian Stenger <christian.stenger@qt.io>
This commit is contained in:
David Schulz
2022-06-13 08:31:03 +02:00
parent e128c8cbde
commit 4612a052f4

View File

@@ -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,