aboutsummaryrefslogtreecommitdiffstats
path: root/calendar/gui/prop.c
diff options
context:
space:
mode:
authorArturo Espinosa <unammx@src.gnome.org>1999-09-28 03:14:36 +0800
committerArturo Espinosa <unammx@src.gnome.org>1999-09-28 03:14:36 +0800
commit9d0b58bb8eb5a2180c6d38d7e45c9396331dc725 (patch)
tree61dc7e7b7871fb406c8d445e286cc7467ce84bc7 /calendar/gui/prop.c
parent10ec882bf12ce134072585b057738dcb9c242846 (diff)
downloadgsoc2013-evolution-9d0b58bb8eb5a2180c6d38d7e45c9396331dc725.tar
gsoc2013-evolution-9d0b58bb8eb5a2180c6d38d7e45c9396331dc725.tar.gz
gsoc2013-evolution-9d0b58bb8eb5a2180c6d38d7e45c9396331dc725.tar.bz2
gsoc2013-evolution-9d0b58bb8eb5a2180c6d38d7e45c9396331dc725.tar.lz
gsoc2013-evolution-9d0b58bb8eb5a2180c6d38d7e45c9396331dc725.tar.xz
gsoc2013-evolution-9d0b58bb8eb5a2180c6d38d7e45c9396331dc725.tar.zst
gsoc2013-evolution-9d0b58bb8eb5a2180c6d38d7e45c9396331dc725.zip
Fix #2340 on HEAD -miguel
svn path=/trunk/; revision=1263
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);