diff options
Diffstat (limited to 'calendar/gui/dialogs/goto-dialog.ui')
-rw-r--r-- | calendar/gui/dialogs/goto-dialog.ui | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/calendar/gui/dialogs/goto-dialog.ui b/calendar/gui/dialogs/goto-dialog.ui index 4bcb1da863..51d2702e24 100644 --- a/calendar/gui/dialogs/goto-dialog.ui +++ b/calendar/gui/dialogs/goto-dialog.ui @@ -92,8 +92,9 @@ <property name="visible">True</property> <property name="can_default">True</property> <property name="can_focus">True</property> - <property name="label">gtk-cancel</property> - <property name="use_stock">True</property> + <property name="label" translatable="yes">_Cancel</property> + <property name="use_stock">False</property> + <property name="use_underline">True</property> <property name="relief">GTK_RELIEF_NORMAL</property> <property name="focus_on_click">True</property> </object> |