aboutsummaryrefslogtreecommitdiffstats
path: root/calendar/gui/prop.c
diff options
context:
space:
mode:
Diffstat (limited to 'calendar/gui/prop.c')
-rw-r--r--calendar/gui/prop.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/calendar/gui/prop.c b/calendar/gui/prop.c
index ca07252807..87fad703f4 100644
--- a/calendar/gui/prop.c
+++ b/calendar/gui/prop.c
@@ -592,7 +592,7 @@ build_style_list_options_frame(void)
GtkWidget *frame;
GtkWidget *vbox;
- frame = gtk_frame_new (_("TODO List style options:"));
+ frame = gtk_frame_new (_("To Do List style options:"));
vbox = gtk_vbox_new (FALSE, 0);
gtk_container_add (GTK_CONTAINER (frame), vbox);
@@ -615,10 +615,10 @@ create_todo_page (void)
GtkWidget *hbox;
- frame = gtk_frame_new (_("Todo List Properties"));
+ frame = gtk_frame_new (_("To Do List Properties"));
gtk_container_set_border_width (GTK_CONTAINER (frame), GNOME_PAD_SMALL);
gnome_property_box_append_page (GNOME_PROPERTY_BOX (prop_win), frame,
- gtk_label_new (_("Todo List")));
+ gtk_label_new (_("To Do List")));
/* first vbox*/
main_box = gtk_vbox_new(FALSE, GNOME_PAD);