2002-12-29 Christian Stimming <stimming@tuhh.de>

* src/gnome/dialog-scheduledxaction.c, dialog-sxsincelast.c: Some
	i18n fixes.


git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@7737 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
Christian Stimming 2002-12-30 01:17:07 +00:00
parent ca5a0ecc28
commit c006476cf9

View File

@ -1925,7 +1925,7 @@ putSchedXactionInDialog( gpointer data, gpointer user_data )
} }
if ( instList == NULL ) { if ( instList == NULL ) {
g_string_sprintf( nextDate, _("not scheduled") ); g_string_sprintf( nextDate, _("Not scheduled") );
} else { } else {
char tmpBuf[ MAX_DATE_LENGTH+1 ]; char tmpBuf[ MAX_DATE_LENGTH+1 ];
char dowBuf[ 25 ]; /* <- FIXME: appropriate length? */ char dowBuf[ 25 ]; /* <- FIXME: appropriate length? */