diff --git a/e107_plugins/log/languages/admin/English.php b/e107_plugins/log/languages/admin/English.php index a72add9bc..ba949ea14 100644 --- a/e107_plugins/log/languages/admin/English.php +++ b/e107_plugins/log/languages/admin/English.php @@ -11,8 +11,8 @@ | GNU General Public License (http://gnu.org). | | $Source: /cvs_backup/e107_0.8/e107_plugins/log/languages/admin/English.php,v $ -| $Revision: 1.2 $ -| $Date: 2007-02-10 15:54:47 $ +| $Revision: 1.3 $ +| $Date: 2007-05-30 20:49:13 $ | $Author: e107steved $ +----------------------------------------------------------------------------+ */ @@ -47,14 +47,12 @@ define("ADSTAT_L25", "Selected stats reset"); define("ADSTAT_L26", "Remove page entries"); define("ADSTAT_L27", "If your stats have incorrect pages, you can remove them here"); define("ADSTAT_L28", "Open page"); - - define("ADSTAT_L29", "Page Name"); define("ADSTAT_L30", "Check to remove"); define("ADSTAT_L31", "Remove selected pages"); define("ADSTAT_L32", "Page Tidy"); - define("ADSTAT_L33", "Configure Statistics Logging"); +define("ADSTAT_L34", "Site Stats"); ?> \ No newline at end of file diff --git a/e107_plugins/log/plugin.php b/e107_plugins/log/plugin.php index d48ffc95c..9879bda45 100644 --- a/e107_plugins/log/plugin.php +++ b/e107_plugins/log/plugin.php @@ -11,8 +11,8 @@ | GNU General Public License (http://gnu.org). | | $Source: /cvs_backup/e107_0.8/e107_plugins/log/plugin.php,v $ -| $Revision: 1.2 $ -| $Date: 2007-02-10 15:54:47 $ +| $Revision: 1.3 $ +| $Date: 2007-05-30 20:49:13 $ | $Author: e107steved $ +----------------------------------------------------------------------------+ */ @@ -78,7 +78,7 @@ $eplug_tables = array( // Create a link in main menu (yes=TRUE, no=FALSE) ------------------------------------------------------------- $eplug_link = TRUE; -$eplug_link_name = "Site Stats"; +$eplug_link_name = ADSTAT_L34; $eplug_link_url = e_PLUGIN."log/stats.php?1";