[Gnucash-changes] r13907 - htdocs/trunk/www - consistency

Joshua Sled jsled at cvs.gnucash.org
Tue May 2 20:31:57 EDT 2006


Author: jsled
Date: 2006-05-02 20:31:56 -0400 (Tue, 02 May 2006)
New Revision: 13907
Trac: http://svn.gnucash.org/trac/changeset/13907

Modified:
   htdocs/trunk/www/oldnews.phtml
Log:
consistency

Modified: htdocs/trunk/www/oldnews.phtml
===================================================================
--- htdocs/trunk/www/oldnews.phtml	2006-05-03 00:27:00 UTC (rev 13906)
+++ htdocs/trunk/www/oldnews.phtml	2006-05-03 00:31:56 UTC (rev 13907)
@@ -26,11 +26,13 @@
 
 <b><big><?php echo _("What's New in GnuCash 1.8.12?");?></big></b><br>
 
-<?php echo " o " . _("Online Banking/HBCI improvements: Debit notes are fixed again; Bank-internal money transfers are now supported, if the HBCI bank offers them; Setup wizard can now works with HBCI, OFX-Connect, and other AqBanking backends; Fix character encoding issues in utf-8 locales; Fix date interval in the import transaction matcher for OFX and HBCI import; Fix PIN entry bug.") . "<br>";
+<?php
+
+echo " o " . _("Online Banking/HBCI improvements: Debit notes are fixed again; Bank-internal money transfers are now supported, if the HBCI bank offers them; Setup wizard can now works with HBCI, OFX-Connect, and other AqBanking backends; Fix character encoding issues in utf-8 locales; Fix date interval in the import transaction matcher for OFX and HBCI import; Fix PIN entry bug.") . "<br>";
 echo " o " . _("New currencies added: Romanian Leu, Bulgarian Lev, Malagasy Ariary") . "<br>";
-echo "o " . _("Fix problem with long date formats in some locales") . "<br>";
-echo "o " . _("Add configure macros for mips, mipsel, arm, and m68k; Fix compilation on OpenBSD 64bit architectures") . "<br>";
-echo "o " . _("Updated translations: German, Italian, Kinyarwanda") . "<br>";
+echo " o " . _("Fix problem with long date formats in some locales") . "<br>";
+echo " o " . _("Add configure macros for mips, mipsel, arm, and m68k; Fix compilation on OpenBSD 64bit architectures") . "<br>";
+echo " o " . _("Updated translations: German, Italian, Kinyarwanda") . "<br>";
 
 echo _("FAQ: \"Is this a gnome2 application?\"") . "<br>";
 echo _("A: \"No.\" This release still belongs to GnuCash's 1.8.x series which is not yet ported to gtk2/gnome2. In other words, this release is still based on gtk1.2/gnome1. The developers are working on a gtk2/gnome2 version of GnuCash, but it still takes a lot of time.") . "<br>";



More information about the gnucash-changes mailing list