From b3166bf6545f0c0e2131e00a816e4eb0f76a0b51 Mon Sep 17 00:00:00 2001 From: Christian Stimming Date: Mon, 28 May 2001 04:41:55 +0000 Subject: [PATCH] Fix String. git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@4318 57a11ea4-9604-0410-9ed3-97b8803252fd --- src/scm/report/price-scatter.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/scm/report/price-scatter.scm b/src/scm/report/price-scatter.scm index d7c4bf5448..5d5b73386e 100644 --- a/src/scm/report/price-scatter.scm +++ b/src/scm/report/price-scatter.scm @@ -78,7 +78,7 @@ 'actual-transactions (list (vector 'weighted-average (N_ "Weighted Average") - (N_ "The weighted average all currency transactions of the past")) + (N_ "The weighted average of all currency transactions of the past")) (vector 'actual-transactions (N_ "Actual Transactions") (N_ "The instantaneous price of actual currency transactions in the past"))