version (1.6.x) so I'm sure i got the syntax right.
created:
Code: Select all
/custom/lang/en_US/admin.inc.php
Code: Select all
<?php
$lang['admin']['extra1'] = 'testing';
?>
on the other hand, i managed to rename fields for modules, following the cookbook's instructions. anyone encountered a similar problem?