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:
Leena Miettinen
2016-04-05 13:19:12 +02:00
parent b0af88c0dd
commit 2954b19c8a

View File

@@ -19,7 +19,7 @@
<item> <item>
<widget class="QLabel" name="label"> <widget class="QLabel" name="label">
<property name="text"> <property name="text">
<string>Suppressed Diagnostics:</string> <string>Suppressed diagnostics:</string>
</property> </property>
</widget> </widget>
</item> </item>