Misspelling of "disclaimer" in language file Misspelling of "disclaimer" in language file
 

News:

CPG Release 1.6.27
change DB IP storage fields to accommodate IPv6 addresses
remove use of E_STRICT (PHP 8.4 deprecated)
update README to reflect new website
align code with new .com CPG website
correct deprecation in captcha

Main Menu

Misspelling of "disclaimer" in language file

Started by Leonard Will, May 05, 2014, 01:01:23 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

Leonard Will

If, like me, you have searched in vain for the text of the registration disclaimer in the language file (e.g. lang/english.php), you may wish to note that it is spelled incorrectly, as "disclamer" rather than "disclaimer", so that you have to search for
$lang_register_php['disclamer'] = <<< EOT

ΑndrĂ©

Thanks for the report. As it's just a variable name, it doesn't affect anything, as the same typo is used everywhere else in the code. I don't want to fix this in cpg1.5.x, as it definitely will cause issues if people contribute/update language files. Instead, this typo will be fixed in cpg1.6.x.