Ticket #123 (new defect)

Opened 7 months ago

Last modified 7 months ago

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

patch-bug123 Download (455 bytes) - added by human 7 months ago.
This is tested patch for current FreeBSD port

Change History

Changed 7 months ago by human

This is tested patch for current FreeBSD port

comment:1 Changed 7 months ago by oetiker

this is fixed in the trunk already ... actually ... the \ must drop entirely

Note: See TracTickets for help on using tickets.
 

NOTE: The content of this website is accessible with any browser. The graphical design though relies completely on CSS2 styles. If you see this text, this means that your browser does not support CSS2. Consider upgrading to a standard conformant browser like Mozilla Firefox or Opera but also Apple's Safari or KDE's Konqueror for example.