Index: branches/RC/core/units/general/helpers/language_import_helper.php =================================================================== diff -u -N -r11892 -r11952 --- branches/RC/core/units/general/helpers/language_import_helper.php (.../language_import_helper.php) (revision 11892) +++ branches/RC/core/units/general/helpers/language_import_helper.php (.../language_import_helper.php) (revision 11952) @@ -1,6 +1,6 @@ _exportEncoding.'">'.$row['DateFormat'].''; $ret .= ''.$row['TimeFormat'].''.$row['InputDateFormat'].''; $ret .= ''.$row['InputTimeFormat'].''.$row['DecimalPoint'].''; - $ret .= ''.$row['ThousandSep'].''.$row['Charset'].''; + $ret .= ''.$row['ThousandSep'].''.$row['Charset'].''.$row['UserDocsUrl'].''; $ret .= ''.$row['UnitSystem'].''."\n"; // phrases @@ -415,6 +415,7 @@ 'THOUSANDS' => 'ThousandSep', 'CHARSET' => 'Charset', 'UNITSYSTEM' => 'UnitSystem', + 'DOCS_URL' => 'UserDocsUrl', ); do {