Remove translation on new strings.

git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@13890 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
David Hampton
2006-04-30 19:28:24 +00:00
parent 2220646d16
commit 5e8b7bbc88

View File

@@ -98,8 +98,8 @@
(hash-set! *gnc:_report-templates_*
(gnc:report-template-name report-rec) report-rec)
(begin
(gnc:error (_ "Refusing to add custom report with the same name as an existing report."))
(gnc:error (_ "Please edit your saved-reports file and delete the section for: ") name)
(gnc:error "Refusing to add custom report with the same name as an existing report.")
(gnc:error "Please edit your saved-reports file and delete the section for: " name)
)))
(gnc:warn "gnc:define-report: bad report"))))