Update of /cvsroot/easymod/easymod2/mods/easymod
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv22412/mods/easymod
Modified Files:
lang_easymod.php
Log Message:
Removed duplicate entry which I forgot in the previous commits I have done today :(
Index: lang_easymod.php
===================================================================
RCS file: /cvsroot/easymod/easymod2/mods/easymod/lang_easymod.php,v
retrieving revision 1.11
retrieving revision 1.12
diff -C2 -d -r1.11 -r1.12
*** lang_easymod.php 11 Jun 2005 23:31:32 -0000 1.11
--- lang_easymod.php 11 Jun 2005 23:36:52 -0000 1.12
***************
*** 363,367 ****
$lang['EM_ftp_root'] = 'FTP root directory:' ;
$lang['EM_dir_list'] = 'Directory listing:</b> your FTP Path should start with one of the directories listed below' ;
- $lang['EM_fail_pwd'] = 'FTP ERROR: could not pwd' ;
$lang['EM_fail_put'] = 'FTP ERROR: could not write to phpBB root' ;
$lang['EM_fail_put_info'] = 'EasyMOD requires that your <b>%s</b> account have write access on all directories and files in the phpBB directory. Please confirm all files and directories are set to at least 744 access.' ;
--- 363,366 ----
|