[Weberp-svn] SF.net SVN: weberp:[9485] trunk/GLJournal.php
Brought to you by:
sotandeka,
tim_schofield
From: <tim...@us...> - 2012-08-07 22:58:04
|
Revision: 9485 http://weberp.svn.sourceforge.net/weberp/?rev=9485&view=rev Author: tim_schofield Date: 2012-08-07 22:57:58 +0000 (Tue, 07 Aug 2012) Log Message: ----------- Show correct hints on images Modified Paths: -------------- trunk/GLJournal.php Modified: trunk/GLJournal.php =================================================================== --- trunk/GLJournal.php 2012-08-07 22:57:46 UTC (rev 9484) +++ trunk/GLJournal.php 2012-08-07 22:57:58 UTC (rev 9485) @@ -236,7 +236,7 @@ echo '<br />'; echo '<table class="selection"> <tr> - <th colspan="5" class="header"><img src="'.$rootpath.'/css/'.$theme.'/images/maintenance.png" title="' . _('Search') . '" alt="" />' . _('Journal Header') . '</th> + <th colspan="5" class="header"><img src="'.$rootpath.'/css/'.$theme.'/images/maintenance.png" title="' . _('Journal Header') . '" alt="" />' . _('Journal Header') . '</th> </tr> <tr> <td></td><td>'._('Date to Process Journal').':</td> @@ -262,7 +262,7 @@ echo '<tr> <th colspan="3" class="header"> - <img src="'.$rootpath.'/css/'.$theme.'/images/journal.png" title="' . _('Search') . '" alt="" />' . _('Journal Line Entry') . ' + <img src="'.$rootpath.'/css/'.$theme.'/images/journal.png" title="' . _('Journal Line Entry') . '" alt="" />' . _('Journal Line Entry') . ' </th> </tr>'; @@ -344,7 +344,7 @@ echo '<table class="selection" width="85%">'; echo '<tr> - <th colspan="6" class="header"><img src="'.$rootpath.'/css/'.$theme.'/images/summary.png" title="' . _('Search') . '" alt="" />' . _('Journal Summary') . '</th> + <th colspan="6" class="header"><img src="'.$rootpath.'/css/'.$theme.'/images/summary.png" title="' . _('Journal Summary') . '" alt="" />' . _('Journal Summary') . '</th> </tr>'; echo '<tr> <th>'._('GL Tag').'</th> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |