mirror of
git://git.savannah.nongnu.org/eliot.git
synced 2025-01-17 06:11:49 +01:00
Added shortcuts to some buttons
This commit is contained in:
parent
c423da2425
commit
4e5c86ef11
2 changed files with 4 additions and 4 deletions
|
@ -127,7 +127,7 @@
|
|||
<string>_("Validate the current turn and start a new one")</string>
|
||||
</property>
|
||||
<property name="text">
|
||||
<string>_("End turn")</string>
|
||||
<string>_("&End turn")</string>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
<rect>
|
||||
<x>0</x>
|
||||
<y>0</y>
|
||||
<width>527</width>
|
||||
<width>600</width>
|
||||
<height>459</height>
|
||||
</rect>
|
||||
</property>
|
||||
|
@ -148,14 +148,14 @@
|
|||
<item>
|
||||
<widget class="QPushButton" name="pushButtonAdd">
|
||||
<property name="text">
|
||||
<string>_("Add player")</string>
|
||||
<string>_("Add &player")</string>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
<item>
|
||||
<widget class="QPushButton" name="buttonAddFav">
|
||||
<property name="text">
|
||||
<string>_("Add favorite players...")</string>
|
||||
<string>_("Add &favorite players...")</string>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
|
|
Loading…
Reference in a new issue