forked from qt-creator/qt-creator
Git: Fix and add accelerators in branches dialog
Change-Id: I5a3d1d2b8fe4f97635e12ff946187c5fb5207a43 Reviewed-by: André Hartmann <aha_1980@gmx.de>
This commit is contained in:
committed by
Orgad Shaneh
parent
85a971fae1
commit
59a0aeb739
@@ -108,7 +108,7 @@
|
|||||||
<item>
|
<item>
|
||||||
<widget class="QPushButton" name="checkoutButton">
|
<widget class="QPushButton" name="checkoutButton">
|
||||||
<property name="text">
|
<property name="text">
|
||||||
<string>&Checkout</string>
|
<string>C&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&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 &Pick</string>
|
||||||
</property>
|
</property>
|
||||||
</widget>
|
</widget>
|
||||||
</item>
|
</item>
|
||||||
|
|||||||
Reference in New Issue
Block a user