Ticket #5 (closed defect: Fixed)

Opened 15 months ago

Last modified 15 months ago

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

Changed 15 months ago by guest

My bad - The Component is HellaWorld.

Changed 15 months ago by Cheez

  • status changed from new to closed
  • resolution set to fixed
  • component changed from HellaInfo to HellaWorld

Fixed in trunk as of r142

Thank you very much for your report.

Note: See TracTickets for help on using tickets.