aboutsummaryrefslogtreecommitdiffstats
path: root/calendar/gui
diff options
context:
space:
mode:
authorFederico Mena Quintero <federico@helixcode.com>2000-11-13 08:58:39 +0800
committerFederico Mena Quintero <federico@src.gnome.org>2000-11-13 08:58:39 +0800
commit80d9b21f055acff6762189e23994d35d85292155 (patch)
tree2731c256ee19a0854fce208b0ccb46302a155349 /calendar/gui
parent6e4eb7b99e5a210720cb7c686c9278c1df01345c (diff)
downloadgsoc2013-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/gui')
-rw-r--r--calendar/gui/event-editor-dialog.glade2
-rw-r--r--calendar/gui/event-editor-dialog.glade.h2
2 files changed, 2 insertions, 2 deletions
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");