forked from qt-creator/qt-creator
Fix tooltips, add lacking dots
Change-Id: Id54a11b6868d5033fd1ecfd6324b7e50b94e305c Reviewed-by: Leena Miettinen <riitta-leena.miettinen@digia.com>
This commit is contained in:
@@ -268,7 +268,7 @@
|
||||
<item>
|
||||
<widget class="QPushButton" name="defaultPageButton">
|
||||
<property name="toolTip">
|
||||
<string>Reset to default</string>
|
||||
<string>Reset to default.</string>
|
||||
</property>
|
||||
<property name="text">
|
||||
<string>Reset</string>
|
||||
@@ -291,7 +291,7 @@
|
||||
<item>
|
||||
<widget class="QCheckBox" name="m_returnOnClose">
|
||||
<property name="toolTip">
|
||||
<string>Switch to editor context after last help page is closed.</string>
|
||||
<string>Switches to editor context after last help page is closed.</string>
|
||||
</property>
|
||||
<property name="text">
|
||||
<string>Return to editor on closing the last page</string>
|
||||
|
||||
Reference in New Issue
Block a user