diff options
Diffstat (limited to 'addressbook/gui/contact-list-editor')
-rw-r--r-- | addressbook/gui/contact-list-editor/contact-list-editor.ui | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/addressbook/gui/contact-list-editor/contact-list-editor.ui b/addressbook/gui/contact-list-editor/contact-list-editor.ui index 6cef3e2551..95e0ea7bb1 100644 --- a/addressbook/gui/contact-list-editor/contact-list-editor.ui +++ b/addressbook/gui/contact-list-editor/contact-list-editor.ui @@ -384,8 +384,9 @@ <object class="GtkButton" id="ok-button"> <property name="visible">True</property> <property name="can_default">True</property> - <property name="label">gtk-ok</property> + <property name="label">gtk-save</property> <property name="use_stock">True</property> + <accelerator key="s" modifiers="GDK_CONTROL_MASK" signal="clicked"/> <signal handler="contact_list_editor_ok_button_clicked_cb" name="clicked"/> </object> <packing> |