Fix a misspelled word.

git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@13376 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
David Hampton 2006-02-24 04:55:51 +00:00
parent fa8cae90e1
commit ab142450e0

View File

@ -1434,7 +1434,7 @@ cancel_check( GnomeDruidPage *druid_page,
GList *l; GList *l;
sxSinceLastData *sxsld = (sxSinceLastData*)ud; sxSinceLastData *sxsld = (sxSinceLastData*)ud;
char *lastrun_cancel_check_msg = char *lastrun_cancel_check_msg =
_( "Cancelling the Since-Last-Run dialog " _( "Canceling the Since-Last-Run dialog "
"will revert all changes. " "will revert all changes. "
"Are you sure you want to lose all " "Are you sure you want to lose all "
"Scheduled Transaction changes?" ); "Scheduled Transaction changes?" );