Opened 14 years ago
Closed 12 years ago
#62 closed defect (fixed)
Little bug in bin/mrtg
Reported by: | human | Owned by: | somebody |
---|---|---|---|
Version: | 2.x | Keywords: | |
Cc: |
Description
There is a little bug in bin/mrtg in the line 1648, which prevent most translations to work right.
Instead of
<h2>".&$LOC("$sample{$peri}")." ".&$LOC("Average)")."</h2>
must be
<h2>".&$LOC("$sample{$peri}").&$LOC(" Average)")."</h2>
Change History (1)
comment:1 Changed 12 years ago by oetiker
- Resolution set to fixed
- Status changed from new to closed
Note: See
TracTickets for help on using
tickets.
Thanks, fix is in r316