diff --git a/src/gnome/dialog-scheduledxaction.c b/src/gnome/dialog-scheduledxaction.c index 21ecee9cbc..390379a098 100644 --- a/src/gnome/dialog-scheduledxaction.c +++ b/src/gnome/dialog-scheduledxaction.c @@ -1925,7 +1925,7 @@ putSchedXactionInDialog( gpointer data, gpointer user_data ) } if ( instList == NULL ) { - g_string_sprintf( nextDate, _("not scheduled") ); + g_string_sprintf( nextDate, _("Not scheduled") ); } else { char tmpBuf[ MAX_DATE_LENGTH+1 ]; char dowBuf[ 25 ]; /* <- FIXME: appropriate length? */