[Fusionforge-commits] r17728 - trunk/src/www/reporting

Marc-Etienne VARGENAU vargenau at fusionforge.org
Mon Aug 19 15:57:45 CEST 2013


Author: vargenau
Date: 2013-08-19 15:57:45 +0200 (Mon, 19 Aug 2013)
New Revision: 17728

Modified:
   trunk/src/www/reporting/timecategory.php
Log:
Use smart quotes

Modified: trunk/src/www/reporting/timecategory.php
===================================================================
--- trunk/src/www/reporting/timecategory.php	2013-08-07 13:31:18 UTC (rev 17727)
+++ trunk/src/www/reporting/timecategory.php	2013-08-19 13:57:45 UTC (rev 17728)
@@ -55,7 +55,6 @@
 		$time_code=false;
 		$category_name='';
 	}
-
 }
 
 report_header(_('Manage Time Tracker Categories'));
@@ -65,8 +64,7 @@
 			array($time_code));
 	$category_name=db_result($res1,0,'category_name');
 }
-$res=db_query_params ('SELECT * FROM rep_time_category',
-			array());
+$res=db_query_params ('SELECT * FROM rep_time_category', array());
 
 $arr[]=_('Time Code');
 $arr[]=_('Category Name');
@@ -82,7 +80,7 @@
 
 ?>
 <p>
-<?php echo _('You can create categories for how time might be spent when completing a particular task. Examples of categories include "Meeting", "Coding", "Testing".'); ?>
+<?php echo _('You can create categories for how time might be spent when completing a particular task. Examples of categories include “Meeting”, “Coding”, “Testing”.'); ?>
 </p>
 <form action="<?php echo getStringFromServer('PHP_SELF'); ?>" method="post">
 <p>




More information about the Fusionforge-commits mailing list