[evolvis-commits] r13857: Add string to gettext

mirabilos at evolvis.org mirabilos at evolvis.org
Mon Feb 28 03:25:06 CET 2011


Author: mirabilos
Date: 2011-02-28 03:24:51 +0100 (Mon, 28 Feb 2011)
New Revision: 13857

Modified:
   trunk/gforge_base/evolvisforge-5.1/gforge/www/export/index.php
Log:
Add string to gettext

Modified: trunk/gforge_base/evolvisforge-5.1/gforge/www/export/index.php
===================================================================
--- trunk/gforge_base/evolvisforge-5.1/gforge/www/export/index.php	2011-02-28 02:24:13 UTC (rev 13856)
+++ trunk/gforge_base/evolvisforge-5.1/gforge/www/export/index.php	2011-02-28 02:24:51 UTC (rev 13857)
@@ -12,7 +12,8 @@
 
 require_once('../env.inc.php');
 require_once $gfwww.'include/pre.php';
-$HTML->header(array('title'=>"Exports Available"));
+
+$HTML->header(array(title=>_('Exports Available')));
 ?>
 <p><?php echo $GLOBALS['sys_name']; ?> data is exported in a variety of standard formats. Many of
 the export URLs can also accept form/get data to customize the output. All



More information about the evolvis-commits mailing list