From 3fc7807fda60f3939ebc3174839e5b78b9df03b7 Mon Sep 17 00:00:00 2001 From: Christian Stimming Date: Tue, 15 Aug 2006 19:34:03 +0000 Subject: [PATCH] Mark forgotten strings for translation BP git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@14677 57a11ea4-9604-0410-9ed3-97b8803252fd --- src/report/standard-reports/budget.scm | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/report/standard-reports/budget.scm b/src/report/standard-reports/budget.scm index 00c9512a68..839f5da932 100644 --- a/src/report/standard-reports/budget.scm +++ b/src/report/standard-reports/budget.scm @@ -164,11 +164,11 @@ (gnc:html-table-set-cell! html-table - 1 bgt-col "Bgt") + 1 bgt-col (_ "Bgt")) ;; Translators: Abbreviation for "Budget" (gnc:html-table-set-cell! html-table - 1 act-col "Act") + 1 act-col (_ "Act")) ;; Translators: Abbreviation for "Actual" (set! period (+ period 1)) ) @@ -329,7 +329,7 @@ ) (gnc:html-document-set-title! - doc (sprintf #f (_ "%s - %s") + doc (sprintf #f (_ "%s: %s") report-name (gnc:budget-get-name budget))) (set! accounts (sort accounts account-full-name