Page 1 of 1

[fixed] typo in: admin/lang/en_US/admin.inc.php

Posted: Thu Sep 15, 2011 7:38 am
by deactivated010521
URL: http://svn.cmsmadesimple.org/svn/cmsmad ... in.inc.php
Revision: 7394

Change:

Code: Select all

$lang['admin']['help_function_cms_init_editor'] = <<<EOT
<h3>Waht does this do?</h3>
Into:

Code: Select all

$lang['admin']['help_function_cms_init_editor'] = <<<EOT
<h3>What does this do?</h3>

Re: typo in: admin/lang/en_US/admin.inc.php

Posted: Thu Sep 15, 2011 8:29 am
by uniqu3
Fixed SVN 7395