From ab142450e01500c8f6a4b02cb128d571681f628d Mon Sep 17 00:00:00 2001 From: David Hampton Date: Fri, 24 Feb 2006 04:55:51 +0000 Subject: [PATCH] Fix a misspelled word. git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@13376 57a11ea4-9604-0410-9ed3-97b8803252fd --- src/gnome/dialog-sxsincelast.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/gnome/dialog-sxsincelast.c b/src/gnome/dialog-sxsincelast.c index 1286c55245..bc0bb96977 100644 --- a/src/gnome/dialog-sxsincelast.c +++ b/src/gnome/dialog-sxsincelast.c @@ -1434,7 +1434,7 @@ cancel_check( GnomeDruidPage *druid_page, GList *l; sxSinceLastData *sxsld = (sxSinceLastData*)ud; char *lastrun_cancel_check_msg = - _( "Cancelling the Since-Last-Run dialog " + _( "Canceling the Since-Last-Run dialog " "will revert all changes. " "Are you sure you want to lose all " "Scheduled Transaction changes?" );