r21945 - htdocs/trunk - Use capitalized word for title.

Cristian Marchi cmarchi at code.gnucash.org
Fri Feb 3 14:03:21 EST 2012


Author: cmarchi
Date: 2012-02-03 14:03:21 -0500 (Fri, 03 Feb 2012)
New Revision: 21945
Trac: http://svn.gnucash.org/trac/changeset/21945

Modified:
   htdocs/trunk/develdocs.phtml
Log:
Use capitalized word for title.

Modified: htdocs/trunk/develdocs.phtml
===================================================================
--- htdocs/trunk/develdocs.phtml	2012-02-03 18:58:04 UTC (rev 21944)
+++ htdocs/trunk/develdocs.phtml	2012-02-03 19:03:21 UTC (rev 21945)
@@ -1,6 +1,6 @@
 <?php 
 include("lang.php");
-$title = T_("Writing documentation");
+$title = T_("Writing Documentation");
 include("emulate_globals_on.php");
 include("externals/header.phtml");
 include("externals/menu.phtml");



More information about the gnucash-changes mailing list