Ticket #123 (new defect)
Broken translation because of typo in the bin/mrtg
| Reported by: | human | Owned by: | |
|---|---|---|---|
| Version: | 2.x | Keywords: | translation typo |
| Cc: | redrat@… |
Description
There is a little typo in the code of bin/mrtg in the line #1744: ordinary quotation marks instead of double quotation marks. This breaks translations for some languages (e.g. Russian). So, this line:
<h2>".&$LOC("$sample{$peri}").&$LOC(' Average)')."</h2>
should be like:
<h2>".&$LOC("$sample{$peri}").&$LOC(" Average)")."</h2>
Attachments
Change History
Changed 7 months ago by human
-
attachment
patch-bug123
added
Note: See
TracTickets for help on using
tickets.


This is tested patch for current FreeBSD port