diff options
author | Jarek Kobus <jaroslaw.kobus@digia.com> | 2014-03-13 09:55:53 +0100 |
---|---|---|
committer | Jarek Kobus <jaroslaw.kobus@digia.com> | 2014-03-13 12:06:27 +0100 |
commit | 96a3fd53e8c5b11978b59884a63e347fb77149ff (patch) | |
tree | a94278dc90c53e656a2985221587a631d8dd6c97 /src/plugins/bazaar | |
parent | 402ea02821351b987cb209ac517871c92fe09618 (diff) | |
download | qt-creator-96a3fd53e8c5b11978b59884a63e347fb77149ff.tar.gz |
Fix tooltips, add lacking dots
Change-Id: Id54a11b6868d5033fd1ecfd6324b7e50b94e305c
Reviewed-by: Leena Miettinen <riitta-leena.miettinen@digia.com>
Diffstat (limited to 'src/plugins/bazaar')
-rw-r--r-- | src/plugins/bazaar/bazaarcommitpanel.ui | 2 | ||||
-rw-r--r-- | src/plugins/bazaar/cloneoptionspanel.ui | 10 | ||||
-rw-r--r-- | src/plugins/bazaar/pullorpushdialog.ui | 10 |
3 files changed, 11 insertions, 11 deletions
diff --git a/src/plugins/bazaar/bazaarcommitpanel.ui b/src/plugins/bazaar/bazaarcommitpanel.ui index 1a57ceffa7..b0bb2d9410 100644 --- a/src/plugins/bazaar/bazaarcommitpanel.ui +++ b/src/plugins/bazaar/bazaarcommitpanel.ui @@ -37,7 +37,7 @@ <item row="2" column="1"> <widget class="QCheckBox" name="isLocalCheckBox"> <property name="toolTip"> - <string>Perform a local commit in a bound branch. + <string>Performs a local commit in a bound branch. Local commits are not pushed to the master branch until a normal commit is performed.</string> </property> <property name="text"> diff --git a/src/plugins/bazaar/cloneoptionspanel.ui b/src/plugins/bazaar/cloneoptionspanel.ui index 2d08db91e6..4a9e6ea712 100644 --- a/src/plugins/bazaar/cloneoptionspanel.ui +++ b/src/plugins/bazaar/cloneoptionspanel.ui @@ -49,7 +49,7 @@ This flag will allow branch to proceed.</string> <item row="1" column="0" colspan="2"> <widget class="QCheckBox" name="stackedCheckBox"> <property name="toolTip"> - <string>Create a stacked branch referring to the source branch. + <string>Creates a stacked branch referring to the source branch. The new branch will depend on the availability of the source branch for all operations.</string> </property> <property name="text"> @@ -60,7 +60,7 @@ The new branch will depend on the availability of the source branch for all oper <item row="2" column="0" colspan="2"> <widget class="QCheckBox" name="standAloneCheckBox"> <property name="toolTip"> - <string>Do not use a shared repository, even if available.</string> + <string>Does not use a shared repository, even if available.</string> </property> <property name="text"> <string>Standalone</string> @@ -77,7 +77,7 @@ The new branch will depend on the availability of the source branch for all oper <item row="4" column="0" colspan="2"> <widget class="QCheckBox" name="switchCheckBox"> <property name="toolTip"> - <string>Switch the checkout in the current directory to the new branch.</string> + <string>Switches the checkout in the current directory to the new branch.</string> </property> <property name="text"> <string>Switch checkout</string> @@ -87,7 +87,7 @@ The new branch will depend on the availability of the source branch for all oper <item row="5" column="0" colspan="2"> <widget class="QCheckBox" name="hardlinkCheckBox"> <property name="toolTip"> - <string>Hard-link working tree files where possible.</string> + <string>Hard-links working tree files where possible.</string> </property> <property name="text"> <string>Hardlink</string> @@ -97,7 +97,7 @@ The new branch will depend on the availability of the source branch for all oper <item row="6" column="0" colspan="2"> <widget class="QCheckBox" name="noTreeCheckBox"> <property name="toolTip"> - <string>Create a branch without a working-tree.</string> + <string>Creates a branch without a working-tree.</string> </property> <property name="text"> <string>No working-tree</string> diff --git a/src/plugins/bazaar/pullorpushdialog.ui b/src/plugins/bazaar/pullorpushdialog.ui index 624265764e..d5584af946 100644 --- a/src/plugins/bazaar/pullorpushdialog.ui +++ b/src/plugins/bazaar/pullorpushdialog.ui @@ -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"> |