gnucash maint: Set a separate translator comment to avoid pulling the whole file header comment in POT

Frank H.Ellenberger fell at code.gnucash.org
Fri Feb 10 16:52:07 EST 2017


Updated	 via  https://github.com/Gnucash/gnucash/commit/260f1ba3 (commit)
	from  https://github.com/Gnucash/gnucash/commit/cfdaa073 (commit)



commit 260f1ba3124976c9ad620e197275135870772bed
Author: fell <frank.h.ellenberger at gmail.com>
Date:   Fri Feb 10 22:52:02 2017 +0100

    Set a separate translator comment to avoid pulling the whole file header
    comment in POT
    
    Follow up of commit 7432ba8

diff --git a/src/engine/commodity-table.scm b/src/engine/commodity-table.scm
index 5d81a0a..b5d0c0d 100644
--- a/src/engine/commodity-table.scm
+++ b/src/engine/commodity-table.scm
@@ -24,8 +24,9 @@
 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
 
 
-
-(define GNC_COMMODITY_NS_CURRENCY (gettext "CURRENCY"))
+(define GNC_COMMODITY_NS_CURRENCY
+;; Translators: Namespaces of commodities
+   (gettext "CURRENCY"))
 
 ;; If you change the C side, change this too.
 (define GNC_COMMODITY_NS_AMEX "AMEX")



Summary of changes:
 src/engine/commodity-table.scm | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)



More information about the gnucash-changes mailing list