--- gtodo-0.16.0~rc2/src/preferences.c 2004-09-03 11:29:13.000000000 -0700 +++ gtodo-0.16.0~rc2.patched/src/preferences.c 2012-09-24 10:47:00.408467267 -0700 @@ -160,7 +160,7 @@ gtk_container_add(GTK_CONTAINER(frame), vbox); gtk_box_pack_start(GTK_BOX(vbox2), frame, FALSE, FALSE, 0); - tmp = g_strdup_printf(_("Allow todo items to notifiy me when there due in %i minutes"), gconf_client_get_int(client, "/apps/gtodo/prefs/notify_in_minutes",NULL)); + tmp = g_strdup_printf(_("Allow todo items to notifiy me when they're due in %i minutes"), gconf_client_get_int(client, "/apps/gtodo/prefs/notify_in_minutes",NULL)); cb = gtk_check_button_new_with_label(tmp); g_free(tmp); gtk_box_pack_start(GTK_BOX(vbox),cb, FALSE, TRUE, 0); @@ -490,4 +490,3 @@ NULL, NULL); }