forked from qt-creator/qt-creator
CPP tools: add punctuation to tooltips
Change-Id: I422cd3ea2573a7530d1de504852cac4ac3637d9d Reviewed-by: Nikolai Kosjar <nikolai.kosjar@digia.com>
This commit is contained in:
@@ -233,7 +233,7 @@
|
||||
<item>
|
||||
<widget class="QCheckBox" name="generateBriefCheckBox">
|
||||
<property name="toolTip">
|
||||
<string>Generates a <i>brief</i> command with an initial description for the corresponding declaration</string>
|
||||
<string>Generates a <i>brief</i> 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>
|
||||
|
||||
Reference in New Issue
Block a user