english.php > ImageDescription english.php > ImageDescription
 

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

english.php > ImageDescription

Started by Makc666, November 27, 2005, 03:06:56 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

Makc666

There is code:
  'ImageDescription' => ' Image Description', //cpg1.4
There is an extra space before "Image."

Must be:
  'ImageDescription' => 'Image Description', //cpg1.4