r20700 - gnucash/branches/2.4/src/report/business-reports - [20699] I18n: Minor string improvement so that the capitalization is unified in all similar translated strings. BP

Christian Stimming cstim at code.gnucash.org
Fri May 27 03:37:55 EDT 2011


Author: cstim
Date: 2011-05-27 03:37:55 -0400 (Fri, 27 May 2011)
New Revision: 20700
Trac: http://svn.gnucash.org/trac/changeset/20700

Modified:
   gnucash/branches/2.4/src/report/business-reports/owner-report.scm
Log:
[20699] I18n: Minor string improvement so that the capitalization is unified in all similar translated strings. BP

Modified: gnucash/branches/2.4/src/report/business-reports/owner-report.scm
===================================================================
--- gnucash/branches/2.4/src/report/business-reports/owner-report.scm	2011-05-27 07:37:34 UTC (rev 20699)
+++ gnucash/branches/2.4/src/report/business-reports/owner-report.scm	2011-05-27 07:37:55 UTC (rev 20700)
@@ -474,8 +474,8 @@
     (N_ "Leading date") 
     'duedate 
     (list 
-     (vector 'duedate (N_ "Due date") (N_ "Due date is leading")) ;; Should be using standard label for due date? 
-     (vector 'postdate (N_ "Post date") (N_ "Post date is leading"))))) ;; Should be using standard label for post date? 
+     (vector 'duedate (N_ "Due Date") (N_ "Due date is leading")) ;; Should be using standard label for due date? 
+     (vector 'postdate (N_ "Post Date") (N_ "Post date is leading"))))) ;; Should be using standard label for post date? 
 
   (gnc:options-set-default-section gnc:*report-options* "General")
 



More information about the gnucash-changes mailing list