diff options
-rw-r--r-- | calendar/ChangeLog | 5 | ||||
-rw-r--r-- | calendar/gui/goto-dialog.glade | 2 |
2 files changed, 6 insertions, 1 deletions
diff --git a/calendar/ChangeLog b/calendar/ChangeLog index a79f807539..3455b168df 100644 --- a/calendar/ChangeLog +++ b/calendar/ChangeLog @@ -1,3 +1,8 @@ +2004-02-05 Kidd Wang <kidd.wang@sun.com> + + * gui/goto-dialog.glade: add a mnemonic for the 'Go to Today' button + in the 'Go To Date' dialog. + 2004-02-05 Sarfraaz Ahmed <asarfraaz@novell.com> Fixes #53388 diff --git a/calendar/gui/goto-dialog.glade b/calendar/gui/goto-dialog.glade index b268e03294..e11f3f3c65 100644 --- a/calendar/gui/goto-dialog.glade +++ b/calendar/gui/goto-dialog.glade @@ -28,7 +28,7 @@ <property name="visible">True</property> <property name="can_default">True</property> <property name="can_focus">True</property> - <property name="label" translatable="yes">Go To Today</property> + <property name="label" translatable="yes">_Go To Today</property> <property name="use_underline">True</property> <property name="relief">GTK_RELIEF_NORMAL</property> <property name="response_id">0</property> |