forked from qt-creator/qt-creator
UI text: check capitalization and tooltips
Change-Id: I3686ac83e5fdc009b03e84ab3c7b24a052d119c4 Reviewed-on: http://codereview.qt.nokia.com/569 Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by: Friedemann Kleint <Friedemann.Kleint@nokia.com>
This commit is contained in:
committed by
Friedemann Kleint
parent
efeefef10a
commit
f1889864db
@@ -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>
|
||||
@@ -87,7 +87,7 @@
|
||||
<widget class="QCheckBox" name="overwriteCheckBox">
|
||||
<property name="toolTip">
|
||||
<string>Ignore differences between branches and overwrite
|
||||
unconditionally</string>
|
||||
unconditionally.</string>
|
||||
</property>
|
||||
<property name="text">
|
||||
<string>Overwrite</string>
|
||||
@@ -98,7 +98,7 @@ unconditionally</string>
|
||||
<widget class="QCheckBox" name="useExistingDirCheckBox">
|
||||
<property name="toolTip">
|
||||
<string>By default, push will fail if the target directory exists, but does not already have a control directory.
|
||||
This flag will allow push to proceed</string>
|
||||
This flag will allow push to proceed.</string>
|
||||
</property>
|
||||
<property name="text">
|
||||
<string>Use existing directory</string>
|
||||
@@ -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>Create the path leading up to the branch if it does not already exist.</string>
|
||||
</property>
|
||||
<property name="text">
|
||||
<string>Create prefix</string>
|
||||
@@ -129,7 +129,7 @@ This flag will allow push to proceed</string>
|
||||
<widget class="QCheckBox" name="localCheckBox">
|
||||
<property name="toolTip">
|
||||
<string>Perform a local pull in a bound branch.
|
||||
Local pulls are not applied to the master branch</string>
|
||||
Local pulls are not applied to the master branch.</string>
|
||||
</property>
|
||||
<property name="text">
|
||||
<string>Local</string>
|
||||
|
||||
Reference in New Issue
Block a user