diff options
Diffstat (limited to 'calendar')
-rw-r--r-- | calendar/ChangeLog | 7 | ||||
-rw-r--r-- | calendar/gui/dialogs/calendar-setup.glade | 4 |
2 files changed, 9 insertions, 2 deletions
diff --git a/calendar/ChangeLog b/calendar/ChangeLog index d03d0aa7e5..ae55608317 100644 --- a/calendar/ChangeLog +++ b/calendar/ChangeLog @@ -1,5 +1,12 @@ 2004-01-16 Rodrigo Moya <rodrigo@ximian.com> + Fixes #52920 + + * gui/dialogs/calendar-setup.glade: match label's text with the + button's text. + +2004-01-16 Rodrigo Moya <rodrigo@ximian.com> + * gui/tasks-component.c (impl_dispose): unref the activity handler. diff --git a/calendar/gui/dialogs/calendar-setup.glade b/calendar/gui/dialogs/calendar-setup.glade index f38fd54aca..54e894bcef 100644 --- a/calendar/gui/dialogs/calendar-setup.glade +++ b/calendar/gui/dialogs/calendar-setup.glade @@ -891,7 +891,7 @@ to specify additional parameters.</property> <property name="title" translatable="yes">Finished</property> <property name="text" translatable="yes">Congratulations, you are finished setting up this calendar. -Please click the "Finish" button to save the settings you have entered here.</property> +Please click the "Apply" button to save the settings you have entered here.</property> </widget> </child> </widget> @@ -1194,7 +1194,7 @@ searches, and for creating and editing contacts. </property> <property name="title" translatable="yes">Finished</property> <property name="text" translatable="yes">Congratulations, you are finished setting up this task list. -Please click the "Finish" button to save the settings you have entered here.</property> +Please click the "Apply" button to save the settings you have entered here.</property> </widget> </child> </widget> |