mirror of
https://github.com/parchlinux/calamares.git
synced 2025-06-27 09:25:36 -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>
|
||||
<widget class="QPushButton" name="createButton">
|
||||
<property name="text">
|
||||
<string>&Create</string>
|
||||
<string>Cre&ate</string>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue