Update of /cvsroot/easymod/easymod2/mods/easymod/language/english
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv29307/easymod/language/english
Modified Files:
lang_easymod.php
Log Message:
Bah, fixed the typo in the code, but not the actaul variable >_<
Index: lang_easymod.php
===================================================================
RCS file: /cvsroot/easymod/easymod2/mods/easymod/language/english/lang_easymod.php,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** lang_easymod.php 20 Jun 2005 17:41:43 -0000 1.1
--- lang_easymod.php 20 Jun 2005 18:05:50 -0000 1.2
***************
*** 53,57 ****
$lang['EM_restore_backups'] = 'Restore Backups';
$lang['EM_uninstall'] = 'Uninstall MOD';
! $lang['Coming_soon'] = 'Comming Soon!';
// settings
--- 53,57 ----
$lang['EM_restore_backups'] = 'Restore Backups';
$lang['EM_uninstall'] = 'Uninstall MOD';
! $lang['Coming_soon'] = 'Coming Soon!';
// settings
|