[Gnucash-changes] r13800 - gnucash/trunk - Two string fixes.

Derek Atkins warlord at cvs.gnucash.org
Tue Apr 18 14:05:15 EDT 2006


Author: warlord
Date: 2006-04-18 14:05:14 -0400 (Tue, 18 Apr 2006)
New Revision: 13800
Trac: http://svn.gnucash.org/trac/changeset/13800

Modified:
   gnucash/trunk/ChangeLog
   gnucash/trunk/doc/tip_of_the_day.list.in
   gnucash/trunk/src/report/standard-reports/register.scm
Log:
Two string fixes.


Modified: gnucash/trunk/ChangeLog
===================================================================
--- gnucash/trunk/ChangeLog	2006-04-17 20:04:28 UTC (rev 13799)
+++ gnucash/trunk/ChangeLog	2006-04-18 18:05:14 UTC (rev 13800)
@@ -1,3 +1,10 @@
+2006-04-18  Derek Atkins  <derek at ihtfp.com>
+
+	* doc/tip_of_the_day.list.in:
+	  Fix a 1.8 -> 2.0 string.
+	* src/report/standard-reports/register.scm:
+	  Fix a string that wasn't marked for translation.
+
 2006-04-17  Neil Williams <linux at codehelp.co.uk>
 
 	* configure.in : Bump versions of QOF libraries.

Modified: gnucash/trunk/doc/tip_of_the_day.list.in
===================================================================
--- gnucash/trunk/doc/tip_of_the_day.list.in	2006-04-17 20:04:28 UTC (rev 13799)
+++ gnucash/trunk/doc/tip_of_the_day.list.in	2006-04-18 18:05:14 UTC (rev 13800)
@@ -5,7 +5,7 @@
 
  N_( "The GnuCash online manual has lots of helpful information. \
 If you are upgrading from earlier versions of GnuCash, the section \
-\"What's new in GnuCash 1.8\" is particularly interesting. You can \
+\"What's new in GnuCash 2.0\" is particularly interesting. You can \
 access the manual under the Help menu.")
 
  N_( "You can easily import your existing financial data from Quicken, \

Modified: gnucash/trunk/src/report/standard-reports/register.scm
===================================================================
--- gnucash/trunk/src/report/standard-reports/register.scm	2006-04-17 20:04:28 UTC (rev 13799)
+++ gnucash/trunk/src/report/standard-reports/register.scm	2006-04-18 18:05:14 UTC (rev 13800)
@@ -290,7 +290,7 @@
   (gnc:register-reg-option
    (gnc:make-simple-boolean-option
     (N_ "Display") (N_ "Price")
-    "hb" "Display the shares price?" #f))
+    "hb" (N_ "Display the shares price?") #f))
 
   (gnc:register-reg-option
    (gnc:make-multichoice-option



More information about the gnucash-changes mailing list