Remove extra close parenthesis.

git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@13103 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
David Hampton 2006-02-04 22:41:21 +00:00
parent 17e78bdd29
commit 247cb10afd

View File

@ -540,7 +540,7 @@
(end-date (gnc:timepair-end-day-time
(gnc:date-option-absolute-time
(opt-val gnc:pagename-general (N_ "To")))))
(title (string-append (_ type-str) (_ " Report"))))
(title (string-append (_ type-str) (_ " Report")))
(book (gnc:get-current-book)) ;XXX Grab this from elsewhere
(owner-type (opt-val "__reg" "owner-type"))
(type-str ""))