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:
@@ -47,7 +47,7 @@
|
||||
<item row="2" column="0">
|
||||
<widget class="QRadioButton" name="urlButton">
|
||||
<property name="toolTip">
|
||||
<string>For example: https://[user[:pass]@]host[:port]/[path]</string>
|
||||
<string>For example: 'https://[user[:pass]@]host[:port]/[path]'.</string>
|
||||
</property>
|
||||
<property name="text">
|
||||
<string>Specify URL:</string>
|
||||
@@ -60,7 +60,7 @@
|
||||
<bool>false</bool>
|
||||
</property>
|
||||
<property name="toolTip">
|
||||
<string>For example: https://[user[:pass]@]host[:port]/[path]</string>
|
||||
<string>For example: 'https://[user[:pass]@]host[:port]/[path]'.</string>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
@@ -86,7 +86,7 @@
|
||||
<item row="1" column="0" colspan="2">
|
||||
<widget class="QCheckBox" name="overwriteCheckBox">
|
||||
<property name="toolTip">
|
||||
<string>Ignore differences between branches and overwrite
|
||||
<string>Ignores differences between branches and overwrites
|
||||
unconditionally.</string>
|
||||
</property>
|
||||
<property name="text">
|
||||
@@ -108,7 +108,7 @@ This flag will allow push to proceed.</string>
|
||||
<item row="4" column="0" colspan="2">
|
||||
<widget class="QCheckBox" name="createPrefixCheckBox">
|
||||
<property name="toolTip">
|
||||
<string>Create the path leading up to the branch if it does not already exist.</string>
|
||||
<string>Creates the path leading up to the branch if it does not already exist.</string>
|
||||
</property>
|
||||
<property name="text">
|
||||
<string>Create prefix</string>
|
||||
@@ -128,7 +128,7 @@ This flag will allow push to proceed.</string>
|
||||
<item row="2" column="0" colspan="2">
|
||||
<widget class="QCheckBox" name="localCheckBox">
|
||||
<property name="toolTip">
|
||||
<string>Perform a local pull in a bound branch.
|
||||
<string>Performs a local pull in a bound branch.
|
||||
Local pulls are not applied to the master branch.</string>
|
||||
</property>
|
||||
<property name="text">
|
||||
|
||||
Reference in New Issue
Block a user