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>
|
||||
<widget class="QPushButton" name="checkoutButton">
|
||||
<property name="text">
|
||||
<string>&Checkout</string>
|
||||
<string>C&heckout</string>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
@@ -157,7 +157,7 @@
|
||||
<item>
|
||||
<widget class="QPushButton" name="resetButton">
|
||||
<property name="text">
|
||||
<string>Reset</string>
|
||||
<string>Re&set</string>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
@@ -169,7 +169,7 @@
|
||||
<string>Cherry pick top commit from selected branch.</string>
|
||||
</property>
|
||||
<property name="text">
|
||||
<string>Cherry Pick</string>
|
||||
<string>Cherry &Pick</string>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
|
||||
Reference in New Issue
Block a user