Skip to content

Commit

Permalink
Martin Norb�ck's patch fixing i18n bugs.
Browse files Browse the repository at this point in the history
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@4686 57a11ea4-9604-0410-9ed3-97b8803252fd
  • Loading branch information
jdavisp3 committed Jun 14, 2001
1 parent 56c29e3 commit 019a816
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/scm/report/transaction-report.scm
Expand Up @@ -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)))
Expand All @@ -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"))
Expand Down

0 comments on commit 019a816

Please sign in to comment.