r14664 - gnucash/branches/2.0 - Fix string that wasnt marked for translation. Fortunately exactly this string exists already.

Derek Atkins warlord at cvs.gnucash.org
Mon Aug 14 01:12:18 EDT 2006


Author: warlord
Date: 2006-08-14 01:12:17 -0400 (Mon, 14 Aug 2006)
New Revision: 14664
Trac: http://svn.gnucash.org/trac/changeset/14664

Modified:
   gnucash/branches/2.0/
   gnucash/branches/2.0/ChangeLog
   gnucash/branches/2.0/src/business/business-reports/aging.scm
Log:
Fix string that wasnt marked for translation. Fortunately exactly this string exists already.

Merge from r14645.



Property changes on: gnucash/branches/2.0
___________________________________________________________________
Name: svk:merge
   - d2ab10a8-8a95-4986-baff-8d511d9f15b2:/local/gnucash/branches/2.0:12966
   + d2ab10a8-8a95-4986-baff-8d511d9f15b2:/local/gnucash/branches/2.0:13051

Modified: gnucash/branches/2.0/ChangeLog
===================================================================
--- gnucash/branches/2.0/ChangeLog	2006-08-13 19:08:11 UTC (rev 14663)
+++ gnucash/branches/2.0/ChangeLog	2006-08-14 05:12:17 UTC (rev 14664)
@@ -1,3 +1,9 @@
+2006-08-11  Christian Stimming <stimming at tuhh.de>
+
+	* src/business/business-reports/aging.scm:
+	  Fix string that wasnt marked for translation.
+	  Fortunately exactly this string exists already.
+
 2006-08-08  Christian Stimming <stimming at tuhh.de>
 
 	* configure.in, src/gnome-utils/schemas/Makefile.am: Find absolute

Modified: gnucash/branches/2.0/src/business/business-reports/aging.scm
===================================================================
--- gnucash/branches/2.0/src/business/business-reports/aging.scm	2006-08-13 19:08:11 UTC (rev 14663)
+++ gnucash/branches/2.0/src/business/business-reports/aging.scm	2006-08-14 05:12:17 UTC (rev 14664)
@@ -643,9 +643,7 @@
 	(gnc:html-document-add-object!
 	 document
 	 (gnc:make-html-text
-	  (string-append
-	   "No Valid Account Selected.  "
-	   "Click on the Options button and select the account to use."))))
+	  (_ "No valid account selected.  Click on the Options button and select the account to use."))))
     (gnc:free-query query)
     (gnc:report-finished)
     document))



More information about the gnucash-changes mailing list