6
Now dont qoute me on this as I am no expert but unexpected T_STRING could mean something like missing '' apostrophes I know this from when I tried to clone a module and i got the same thing when i checked xoops_version i noticed the missing ' and when I put it in it was fine.
So it should read something like $modversion['description'] = 'All the latest news from my website';
About the other one I am not too sure, I will use news02(clone) as an example
News02 xoops_version.php
$modversion['description'] = _MI_02_NEWS_DESC;
I know theres no '' in that maybe cos its a constant and not text not sure.
News02 modinfo.php
// A brief description of this module
define('_MI_02_NEWS_DESC','Creates a Slashdot-like news section, where users can post news/comments.');
So you would just change the description text inbetween the ''
Dont know if this will be much help to you but ive changed some language files before to suite my own needs and thats all i have done is change text in the langauge files and it seems to work fine.
Michael Jackson = King Of Pop
Xoops = King Of CMS