From 019a8167c5fd2b8a69909f05283a8a3cb6742236 Mon Sep 17 00:00:00 2001 From: Dave Peticolas Date: Thu, 14 Jun 2001 22:26:11 +0000 Subject: [PATCH] =?UTF-8?q?Martin=20Norb=EF=BF=BDck's=20patch=20fixing=20i?= =?UTF-8?q?18n=20bugs.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@4686 57a11ea4-9604-0410-9ed3-97b8803252fd --- src/scm/report/transaction-report.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/scm/report/transaction-report.scm b/src/scm/report/transaction-report.scm index 67706384b68..fc95d0d182d 100644 --- a/src/scm/report/transaction-report.scm +++ b/src/scm/report/transaction-report.scm @@ -601,7 +601,7 @@ (N_ "Display the other account?\ (if this is a split transaction, this parameter is guessed).") #f) (list (N_ "Shares") "h" (N_ "Display the number of shares?") #f) - (list (N_ "Price") "i" "Display the shares price?" #f) + (list (N_ "Price") "i" (N_ "Display the shares price?") #f) ;; note the "Amount" multichoice option in between here (list (N_ "Running Balance") "k" (N_ "Display a running balance") #f) (list (N_ "Totals") "l" (N_ "Display the totals?") #t))) @@ -619,7 +619,7 @@ (gnc:register-trep-option (gnc:make-multichoice-option gnc:pagename-display (N_ "Sign Reverses?") - "m" "Reverse amount display for certain account types" + "m" (N_ "Reverse amount display for certain account types") 'credit-accounts (list (vector 'none (N_ "None") (N_ "Don't change any displayed amounts"))