Ticket #5 (closed defect: Fixed)
small errors in default.php
| Reported by: | guest | Owned by: | Cheez |
|---|---|---|---|
| Priority: | Low | Milestone: | 1.9 |
| Component: | HellaWorld | Version: | 1.8 |
| Keywords: | Cc: |
Description
Link 63 of default.php <p><?php printf(_('Downloaded: %s files in %s segments totalling %sMB via %s NZB files'), $c->totalfiles, $c->totalSegments, $c->totalMB, $c->totalNZBz); ?></p>
$c->totalfiles should be $c->totalFiles
*** ***
$c->totalNZBz shoud be $c->totalNZBs
*** ***
Change History
Note: See
TracTickets for help on using
tickets.
