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:
@@ -37,7 +37,7 @@
|
||||
<item>
|
||||
<widget class="QPushButton" name="addButton">
|
||||
<property name="toolTip">
|
||||
<string>Add tool</string>
|
||||
<string>Add tool.</string>
|
||||
</property>
|
||||
<property name="text">
|
||||
<string>Add</string>
|
||||
@@ -47,7 +47,7 @@
|
||||
<item>
|
||||
<widget class="QPushButton" name="removeButton">
|
||||
<property name="toolTip">
|
||||
<string>Remove tool</string>
|
||||
<string>Remove tool.</string>
|
||||
</property>
|
||||
<property name="text">
|
||||
<string>Remove</string>
|
||||
@@ -70,7 +70,7 @@
|
||||
<item>
|
||||
<widget class="QPushButton" name="revertButton">
|
||||
<property name="toolTip">
|
||||
<string>Revert tool to default</string>
|
||||
<string>Revert tool to default.</string>
|
||||
</property>
|
||||
<property name="text">
|
||||
<string>Reset</string>
|
||||
@@ -149,7 +149,7 @@
|
||||
<property name="toolTip">
|
||||
<string><html><head/><body>
|
||||
<p>What to do with the executable's standard output.
|
||||
<ul><li>Ignore: Do nothing with it</li><li>Show in pane: Show it in the general output pane</li><li>Replace selection: Replace the current selection in the current document with it</li></ul></p></body></html>
|
||||
<ul><li>Ignore: Do nothing with it.</li><li>Show in pane: Show it in the general output pane.</li><li>Replace selection: Replace the current selection in the current document with it.</li></ul></p></body></html>
|
||||
</string>
|
||||
</property>
|
||||
<property name="text">
|
||||
@@ -181,9 +181,9 @@
|
||||
<property name="toolTip">
|
||||
<string><html><head><body>
|
||||
<p >What to do with the executable's standard error output.</p>
|
||||
<ul><li>Ignore: Do nothing with it</li>
|
||||
<li>Show in pane: Show it in the general output pane</li>
|
||||
<li>Replace selection: Replace the current selection in the current document with it</li>
|
||||
<ul><li>Ignore: Do nothing with it.</li>
|
||||
<li>Show in pane: Show it in the general output pane.</li>
|
||||
<li>Replace selection: Replace the current selection in the current document with it.</li>
|
||||
</ul></body></html></string>
|
||||
</property>
|
||||
<property name="text">
|
||||
|
||||
@@ -232,7 +232,7 @@
|
||||
<item>
|
||||
<widget class="QCheckBox" name="autoSaveCheckBox">
|
||||
<property name="toolTip">
|
||||
<string>Automatically create temporary copies of modified files. If Qt Creator is restarted after a crash or power failure, it asks whether to recover the auto-saved content.</string>
|
||||
<string>Automatically creates temporary copies of modified files. If Qt Creator is restarted after a crash or power failure, it asks whether to recover the auto-saved content.</string>
|
||||
</property>
|
||||
<property name="text">
|
||||
<string>Auto-save modified files</string>
|
||||
|
||||
Reference in New Issue
Block a user