[Easymod-cvs] easymod2/mods/easymod lang_easymod.php,1.1,1.2
Status: Beta
Brought to you by:
wgeric
From: Eric F. <wg...@us...> - 2005-04-27 22:03:55
|
Update of /cvsroot/easymod/easymod2/mods/easymod In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv26611/mods/easymod Modified Files: lang_easymod.php Log Message: Links to Sourceforge instead of Area51 for support Index: lang_easymod.php =================================================================== RCS file: /cvsroot/easymod/easymod2/mods/easymod/lang_easymod.php,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** lang_easymod.php 24 Apr 2005 14:59:52 -0000 1.1 --- lang_easymod.php 27 Apr 2005 22:03:47 -0000 1.2 *************** *** 160,164 **** $lang['EM_no_module'] = 'module not loaded' ; $lang['EM_no_problem'] = 'NOTE: there is no problem if some items failed or were not attempted. This is normal.' ; ! $lang['EM_support'] = 'For support, visit <a href="http://area51.phpbb.com/phpBB22/viewforum.php?f=15" target="_blank">EasyMOD Central</a> over at Area51. No emails, IMs, or PMs please.' ; $lang['EM_read_access'] = 'read access' ; --- 160,164 ---- $lang['EM_no_module'] = 'module not loaded' ; $lang['EM_no_problem'] = 'NOTE: there is no problem if some items failed or were not attempted. This is normal.' ; ! $lang['EM_support'] = 'For support, visit <a href="http://easymod.sourceforge.net" target="_blank">EasyMOD Central</a> over at SourceForge. No emails, IMs, or PMs please.' ; $lang['EM_read_access'] = 'read access' ; |