From a5edacf0fcbfceb016b69c66d7ac9cc07342799a Mon Sep 17 00:00:00 2001 From: Christopher Lam Date: Wed, 4 Aug 2021 19:00:43 +0800 Subject: [PATCH] [options.scm] Rename option name to "Levels of Subaccounts" Original name "Show Accounts until level". Add backward compatibility missed in 08f490ee98 --- libgnucash/app-utils/options.scm | 2 ++ 1 file changed, 2 insertions(+) diff --git a/libgnucash/app-utils/options.scm b/libgnucash/app-utils/options.scm index 7c7ddc6131..5befd47437 100644 --- a/libgnucash/app-utils/options.scm +++ b/libgnucash/app-utils/options.scm @@ -1832,6 +1832,8 @@ the option '~a'.")) ("Links" #f "Transaction Links") ;; invoice.scm, renamed November 2018 ("Individual Taxes" #f "Use Detailed Tax Summary") + ;; renamed in several reports, April 2021 + ("Show Accounts until level" #f "Levels of Subaccounts") ;; receipt.scm, renamed July 2021 ("Invoice number" #f "Invoice Number") ;; receipt.scm and taxinvoice.scm, renamed July 2021