Skip to content
Snippets Groups Projects
Commit 9230c3b9 authored by Leena Miettinen's avatar Leena Miettinen
Browse files

Git: fix UI text capitalization and punctuation


Change-Id: I855c35e2e30b04c97b45f1eecec86ad4bf86750d
Reviewed-by: default avatarOrgad Shaneh <orgads@gmail.com>
parent dad7442c
No related branches found
No related tags found
No related merge requests found
...@@ -156,7 +156,7 @@ ...@@ -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 @@ ...@@ -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>&amp;Track</string> <string>&amp;Track</string>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment