diff options
author | Federico Mena Quintero <federico@helixcode.com> | 2000-11-13 08:58:39 +0800 |
---|---|---|
committer | Federico Mena Quintero <federico@src.gnome.org> | 2000-11-13 08:58:39 +0800 |
commit | 80d9b21f055acff6762189e23994d35d85292155 (patch) | |
tree | 2731c256ee19a0854fce208b0ccb46302a155349 /calendar | |
parent | 6e4eb7b99e5a210720cb7c686c9278c1df01345c (diff) | |
download | gsoc2013-evolution-80d9b21f055acff6762189e23994d35d85292155.tar gsoc2013-evolution-80d9b21f055acff6762189e23994d35d85292155.tar.gz gsoc2013-evolution-80d9b21f055acff6762189e23994d35d85292155.tar.bz2 gsoc2013-evolution-80d9b21f055acff6762189e23994d35d85292155.tar.lz gsoc2013-evolution-80d9b21f055acff6762189e23994d35d85292155.tar.xz gsoc2013-evolution-80d9b21f055acff6762189e23994d35d85292155.tar.zst gsoc2013-evolution-80d9b21f055acff6762189e23994d35d85292155.zip |
OK, bugzilla bug #829 is fixed and that does not redeem me from extreme
2000-11-12 Federico Mena Quintero <federico@helixcode.com>
OK, bugzilla bug #829 is fixed and that does not redeem me from
extreme procrastination. Wheeeeeeeeeeeeeeee!
* gui/event-editor-dialog.c: Changed the "Rule view" label to
"Preview"
svn path=/trunk/; revision=6558
Diffstat (limited to 'calendar')
-rw-r--r-- | calendar/ChangeLog | 8 | ||||
-rw-r--r-- | calendar/gui/event-editor-dialog.glade | 2 | ||||
-rw-r--r-- | calendar/gui/event-editor-dialog.glade.h | 2 |
3 files changed, 10 insertions, 2 deletions
diff --git a/calendar/ChangeLog b/calendar/ChangeLog index 8f3119f0de..9abf87c923 100644 --- a/calendar/ChangeLog +++ b/calendar/ChangeLog @@ -1,5 +1,13 @@ 2000-11-12 Federico Mena Quintero <federico@helixcode.com> + OK, bugzilla bug #829 is fixed and that does not redeem me from + extreme procrastination. Wheeeeeeeeeeeeeeee! + + * gui/event-editor-dialog.c: Changed the "Rule view" label to + "Preview" + +2000-11-12 Federico Mena Quintero <federico@helixcode.com> + * gui/event-editor.c (make_recur_ending_count_special): Misspelled "occurrences". (fill_recurrence_widgets): Sensitize the "Custom recurrence" radio diff --git a/calendar/gui/event-editor-dialog.glade b/calendar/gui/event-editor-dialog.glade index e12ff96b31..cb4ae7c557 100644 --- a/calendar/gui/event-editor-dialog.glade +++ b/calendar/gui/event-editor-dialog.glade @@ -1373,7 +1373,7 @@ forever <widget> <class>GtkLabel</class> <name>label50</name> - <label>Rule view</label> + <label>Preview</label> <justify>GTK_JUSTIFY_CENTER</justify> <wrap>False</wrap> <xalign>0</xalign> diff --git a/calendar/gui/event-editor-dialog.glade.h b/calendar/gui/event-editor-dialog.glade.h index 559e1a554b..fc0accb4a4 100644 --- a/calendar/gui/event-editor-dialog.glade.h +++ b/calendar/gui/event-editor-dialog.glade.h @@ -54,5 +54,5 @@ gchar *s = N_("Add"); gchar *s = N_("Modify"); gchar *s = N_("Delete"); gchar *s = N_("label21"); -gchar *s = N_("Rule view"); +gchar *s = N_("Preview"); gchar *s = N_("Recurrence"); |