diff options
author | Rodrigo Moya <rodrigo@ximian.com> | 2004-01-16 19:13:28 +0800 |
---|---|---|
committer | Rodrigo Moya <rodrigo@src.gnome.org> | 2004-01-16 19:13:28 +0800 |
commit | 820f781d7a7de4c3ec42e08a668dde353ef8b272 (patch) | |
tree | 87c43de52a8db59974c7ea8fe290d2be6441f023 /calendar | |
parent | 68fb5b04f27d7e2eac64837b1ac044423a4532f8 (diff) | |
download | gsoc2013-evolution-820f781d7a7de4c3ec42e08a668dde353ef8b272.tar.gz gsoc2013-evolution-820f781d7a7de4c3ec42e08a668dde353ef8b272.tar.zst gsoc2013-evolution-820f781d7a7de4c3ec42e08a668dde353ef8b272.zip |
Fixes #52920
2004-01-16 Rodrigo Moya <rodrigo@ximian.com>
Fixes #52920
svn path=/trunk/; revision=24268
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> |