Changeset 7611
- Timestamp:
- 05/02/09 11:19:46 (3 years ago)
- Files:
-
- modules/branches/2.6/dashboard/module.xml (modified) (1 diff)
- modules/branches/2.6/dashboard/page.index.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
modules/branches/2.6/dashboard/module.xml
r7407 r7611 18 18 </depends> 19 19 <changelog> 20 *2.5.0.7* #3652 20 21 *2.5.0.6* #3409, localization fixes, updates 21 22 *2.5.0.5* #3404 correction modules/branches/2.6/dashboard/page.index.php
r7343 r7611 153 153 if ($seconds == 0) { 154 154 return "0 "._("minutes"); 155 } elseif ($seconds < 60) { 156 return "$seconds "._("seconds"); 155 157 } 156 158
