diff options
| author | Chris Lumens <clumens@redhat.com> | 2012-07-05 14:52:14 -0400 |
|---|---|---|
| committer | Chris Lumens <clumens@redhat.com> | 2012-07-05 14:52:14 -0400 |
| commit | 6939748166a4da3d260f248f2475881d10d6e665 (patch) | |
| tree | 978247a036293dc486e77a455a495bfc0af6ac9d /pyanaconda | |
| parent | 0cad782f3d8c1b50560fdbfe3ddb12ff7b21864d (diff) | |
| download | anaconda-6939748166a4da3d260f248f2475881d10d6e665.tar.gz anaconda-6939748166a4da3d260f248f2475881d10d6e665.tar.xz anaconda-6939748166a4da3d260f248f2475881d10d6e665.zip | |
Add a keyboard shortcut to the custom add-on dialog.
Diffstat (limited to 'pyanaconda')
| -rw-r--r-- | pyanaconda/ui/gui/spokes/source.ui | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/pyanaconda/ui/gui/spokes/source.ui b/pyanaconda/ui/gui/spokes/source.ui index d1fe99c23..509273c85 100644 --- a/pyanaconda/ui/gui/spokes/source.ui +++ b/pyanaconda/ui/gui/spokes/source.ui @@ -34,12 +34,13 @@ </child> <child> <object class="GtkButton" id="add_repo_add_button"> - <property name="label" translatable="yes">Add</property> + <property name="label" translatable="yes">_Add</property> <property name="use_action_appearance">False</property> <property name="visible">True</property> <property name="can_focus">True</property> <property name="receives_default">True</property> <property name="use_action_appearance">False</property> + <property name="use_underline">True</property> </object> <packing> <property name="expand">False</property> |
