mirror of
https://github.com/parchlinux/calamares.git
synced 2025-06-28 09:55:37 -04:00
[partition] Change shortcut for "Create" to 'a'
Untangle the shortcuts; Create and Cancel had an overlap. Skip 'r' (Revert all changes) and 'e' (Edit) and settle on 'a' (which might also mean "Add"). FIXES #977
This commit is contained in:
parent
391d63936f
commit
9d17e7210a
1 changed files with 1 additions and 1 deletions
|
@ -104,7 +104,7 @@
|
||||||
<item>
|
<item>
|
||||||
<widget class="QPushButton" name="createButton">
|
<widget class="QPushButton" name="createButton">
|
||||||
<property name="text">
|
<property name="text">
|
||||||
<string>&Create</string>
|
<string>Cre&ate</string>
|
||||||
</property>
|
</property>
|
||||||
</widget>
|
</widget>
|
||||||
</item>
|
</item>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue