Skip to content

Commit

Permalink
I18N: Hotfix for bug 797725
Browse files Browse the repository at this point in the history
Add a translator comment
  • Loading branch information
fellen committed May 5, 2020
1 parent 79910e8 commit e447af0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions gnucash/report/standard-reports/account-summary.scm
Expand Up @@ -321,6 +321,7 @@
doc (string-append
company-name " " report-title " "
(if sx?
;; Translators: This is part of the report title, which is capitalzed in English, but not all other languages
(format #f (_ "For Period Covering ~a to ~a")
(qof-print-date from-date)
(qof-print-date to-date))
Expand Down

0 comments on commit e447af0

Please sign in to comment.