CPP tools: add punctuation to tooltips

Change-Id: I422cd3ea2573a7530d1de504852cac4ac3637d9d
Reviewed-by: Nikolai Kosjar <nikolai.kosjar@digia.com>
This commit is contained in:
Leena Miettinen
2014-03-06 14:42:54 +01:00
parent eee976d1bd
commit 80b1bb929a

View File

@@ -233,7 +233,7 @@
<item>
<widget class="QCheckBox" name="generateBriefCheckBox">
<property name="toolTip">
<string>Generates a &lt;i&gt;brief&lt;/i&gt; command with an initial description for the corresponding declaration</string>
<string>Generates a &lt;i&gt;brief&lt;/i&gt; command with an initial description for the corresponding declaration.</string>
</property>
<property name="text">
<string>Generate brief description</string>
@@ -245,7 +245,7 @@
<item>
<widget class="QCheckBox" name="leadingAsterisksCheckBox">
<property name="toolTip">
<string>Adds leading asterisks when continuing Qt (/*!) and Java (/**) style comments on new lines</string>
<string>Adds leading asterisks when continuing Qt (/*!) and Java (/**) style comments on new lines.</string>
</property>
<property name="text">
<string>Add leading asterisks</string>