[Easymod-cvs] easymod2/mods/easymod/languages lang_easymod_english.php,1.9,1.10
Status: Beta
Brought to you by:
wgeric
From: Markus P. <mar...@us...> - 2005-11-06 18:00:10
|
Update of /cvsroot/easymod/easymod2/mods/easymod/languages In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv13871/mods/easymod/languages Modified Files: lang_easymod_english.php Log Message: Changed settings panel description. Index: lang_easymod_english.php =================================================================== RCS file: /cvsroot/easymod/easymod2/mods/easymod/languages/lang_easymod_english.php,v retrieving revision 1.9 retrieving revision 1.10 diff -C2 -d -r1.9 -r1.10 *** lang_easymod_english.php 6 Nov 2005 15:13:05 -0000 1.9 --- lang_easymod_english.php 6 Nov 2005 17:59:55 -0000 1.10 *************** *** 76,80 **** $lang['EM_move_exec'] = 'execute script'; $lang['EM_move_manual'] = 'manually load'; ! $lang['EM_settings_desc'] = 'Set the settings here. <b>This page still needs work.</b> I do not validate what you enter yet so be careful not to mess it up!'; $lang['EM_settings_update'] = 'Update Settings'; $lang['EM_settings_success'] = 'Your EasyMOD settings have been updated successfully.'; --- 76,80 ---- $lang['EM_move_exec'] = 'execute script'; $lang['EM_move_manual'] = 'manually load'; ! $lang['EM_settings_desc'] = 'This page allows you to configure EasyMOD settings. If you\'re using FTP methods, an attempt to check the connection will be made everytime you submit the form.'; $lang['EM_settings_update'] = 'Update Settings'; $lang['EM_settings_success'] = 'Your EasyMOD settings have been updated successfully.'; |