Update of /cvsroot/easymod/easymod2/mods/easymod/languages
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv2555/languages
Modified Files:
lang_easymod_english.php
Log Message:
A couple more fixes.
Index: lang_easymod_english.php
===================================================================
RCS file: /cvsroot/easymod/easymod2/mods/easymod/languages/lang_easymod_english.php,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** lang_easymod_english.php 29 Jul 2005 17:33:08 -0000 1.2
--- lang_easymod_english.php 2 Nov 2005 05:51:56 -0000 1.3
***************
*** 531,535 ****
$lang['EM_line_num'] = 'MOD script line #' ;
$lang['EM_err_config_info'] = 'Could not obtain Config information' ;
! $lang['EM_err_no_process_file'] = 'Critical Error: There is no filed specified to process.' ;
$lang['EM_err_set_pw'] = 'The EasyMOD passwords do not match. Settings not updated.' ;
$lang['EM_err_em_info'] = 'Could not obtain EasyMod information' ;
--- 531,535 ----
$lang['EM_line_num'] = 'MOD script line #' ;
$lang['EM_err_config_info'] = 'Could not obtain Config information' ;
! $lang['EM_err_no_process_file'] = 'Critical Error: There is no file specified to process.' ;
$lang['EM_err_set_pw'] = 'The EasyMOD passwords do not match. Settings not updated.' ;
$lang['EM_err_em_info'] = 'Could not obtain EasyMod information' ;
|