[Easymod-cvs] easymod2/mods/easymod lang_easymod.php,1.2,1.3
Status: Beta
Brought to you by:
wgeric
From: Eric F. <wg...@us...> - 2005-04-27 22:17:20
|
Update of /cvsroot/easymod/easymod2/mods/easymod In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv507/mods/easymod Modified Files: lang_easymod.php Log Message: Forgot trailing slash on link Index: lang_easymod.php =================================================================== RCS file: /cvsroot/easymod/easymod2/mods/easymod/lang_easymod.php,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** lang_easymod.php 27 Apr 2005 22:03:47 -0000 1.2 --- lang_easymod.php 27 Apr 2005 22:17:10 -0000 1.3 *************** *** 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' ; --- 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' ; |