mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
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:
parent
ca5a0ecc28
commit
c006476cf9
@ -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? */
|
||||
|
Loading…
Reference in New Issue
Block a user