forked from qt-creator/qt-creator
Clang Static Analyzer: Fix label capitalization
Use sentence style capitalization for labels. Change-Id: Ic1e160c18fc429c29003d1f27aa5100fab0752b9 Reviewed-by: Ulf Hermann <ulf.hermann@theqtcompany.com> Reviewed-by: Nikolai Kosjar <nikolai.kosjar@theqtcompany.com>
This commit is contained in:
@@ -19,7 +19,7 @@
|
||||
<item>
|
||||
<widget class="QLabel" name="label">
|
||||
<property name="text">
|
||||
<string>Suppressed Diagnostics:</string>
|
||||
<string>Suppressed diagnostics:</string>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
|
Reference in New Issue
Block a user