Git: Fix and add accelerators in branches dialog

Change-Id: I5a3d1d2b8fe4f97635e12ff946187c5fb5207a43
Reviewed-by: André Hartmann <aha_1980@gmx.de>
This commit is contained in:
Orgad Shaneh
2017-06-25 19:38:36 +03:00
committed by Orgad Shaneh
parent 85a971fae1
commit 59a0aeb739

View File

@@ -108,7 +108,7 @@
<item> <item>
<widget class="QPushButton" name="checkoutButton"> <widget class="QPushButton" name="checkoutButton">
<property name="text"> <property name="text">
<string>&amp;Checkout</string> <string>C&amp;heckout</string>
</property> </property>
</widget> </widget>
</item> </item>
@@ -157,7 +157,7 @@
<item> <item>
<widget class="QPushButton" name="resetButton"> <widget class="QPushButton" name="resetButton">
<property name="text"> <property name="text">
<string>Reset</string> <string>Re&amp;set</string>
</property> </property>
</widget> </widget>
</item> </item>
@@ -169,7 +169,7 @@
<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 &amp;Pick</string>
</property> </property>
</widget> </widget>
</item> </item>