forked from qt-creator/qt-creator
TextEditor: fix typo
Change-Id: Ibad6729f5281a1b7036af7483a82eae7e22649a5 Reviewed-by: Christian Stenger <christian.stenger@qt.io>
This commit is contained in:
@@ -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,
|
||||
|
Reference in New Issue
Block a user