forked from qt-creator/qt-creator
Git: fix UI text capitalization and punctuation
Change-Id: I855c35e2e30b04c97b45f1eecec86ad4bf86750d Reviewed-by: Orgad Shaneh <orgads@gmail.com>
This commit is contained in:
@@ -156,7 +156,7 @@
|
|||||||
<item>
|
<item>
|
||||||
<widget class="QPushButton" name="cherryPickButton">
|
<widget class="QPushButton" name="cherryPickButton">
|
||||||
<property name="toolTip">
|
<property name="toolTip">
|
||||||
<string>Cherry Pick top commit from selected branch</string>
|
<string>Cherry pick top commit from selected branch.</string>
|
||||||
</property>
|
</property>
|
||||||
<property name="text">
|
<property name="text">
|
||||||
<string>Cherry Pick</string>
|
<string>Cherry Pick</string>
|
||||||
@@ -166,7 +166,7 @@
|
|||||||
<item>
|
<item>
|
||||||
<widget class="QPushButton" name="trackButton">
|
<widget class="QPushButton" name="trackButton">
|
||||||
<property name="toolTip">
|
<property name="toolTip">
|
||||||
<string>Sets current branch to track the selected one</string>
|
<string>Sets current branch to track the selected one.</string>
|
||||||
</property>
|
</property>
|
||||||
<property name="text">
|
<property name="text">
|
||||||
<string>&Track</string>
|
<string>&Track</string>
|
||||||
|
|||||||
Reference in New Issue
Block a user