From e447af04e357997453da8c0e09eeb2d6dc2b0b15 Mon Sep 17 00:00:00 2001 From: "Frank H. Ellenberger" Date: Tue, 5 May 2020 21:55:48 +0200 Subject: [PATCH] I18N: Hotfix for bug 797725 Add a translator comment --- gnucash/report/standard-reports/account-summary.scm | 1 + 1 file changed, 1 insertion(+) diff --git a/gnucash/report/standard-reports/account-summary.scm b/gnucash/report/standard-reports/account-summary.scm index 83a08a50f8..466527d4bd 100644 --- a/gnucash/report/standard-reports/account-summary.scm +++ b/gnucash/report/standard-reports/account-summary.scm @@ -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))