>From c6f7608d8919f116dc08b33b0215cb65aac42e0d Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Aurimas=20Fi=C5=A1eras?= <[email protected]>
Date: Sun, 7 Jul 2013 15:49:38 +0300
Subject: Payable/Receivable Aging: fix translation of table headers

---
 src/report/business-reports/aging.scm | 14 +++++++-------
 1 file changed, 7 insertions(+), 7 deletions(-)

diff --git a/src/report/business-reports/aging.scm b/src/report/business-reports/aging.scm
index 9d56404..a59d0be 100644
--- a/src/report/business-reports/aging.scm
+++ b/src/report/business-reports/aging.scm
@@ -460,13 +460,13 @@ totals to report currency")
   ;; more general interval scheme in this report
   (define (make-heading-list)
     (list 
-     (N_ "Company")
-     (N_ "Current")
-     (N_ "0-30 days")
-     (N_ "31-60 days")
-     (N_ "61-90 days")
-     (N_ "91+ days")
-     (N_ "Total")))
+     (_ "Company")
+     (_ "Current")
+     (_ "0-30 days")
+     (_ "31-60 days")
+     (_ "61-90 days")
+     (_ "91+ days")
+     (_ "Total")))
 
 
   ;;  Make a list of commodity collectors for column totals
-- 
1.8.3.2

>From a13c90ba1721bca637d419bb4cba9fbda383af1a Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Aurimas=20Fi=C5=A1eras?= <[email protected]>
Date: Sun, 7 Jul 2013 15:30:09 +0300
Subject: Price Scatterplot: fix typo preventing dash marker usage

---
 src/report/standard-reports/price-scatter.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/report/standard-reports/price-scatter.scm b/src/report/standard-reports/price-scatter.scm
index 5897e93..1c5c9d7 100644
--- a/src/report/standard-reports/price-scatter.scm
+++ b/src/report/standard-reports/price-scatter.scm
@@ -210,7 +210,7 @@
                                     ((square) "square")
                                     ((cross) "x")
                                     ((plus) "plus")
-                                    ((dash) "dasg")
+                                    ((dash) "dash")
                                     ((filleddiamond) "filledDiamond")
                                     ((filledcircle) "filledCircle")
                                     ((filledsquare) "filledSquare")))
-- 
1.8.3.2

_______________________________________________
gnucash-devel mailing list
[email protected]
https://lists.gnucash.org/mailman/listinfo/gnucash-devel

Reply via email to