1
0
mirror of https://github.com/e107inc/e107.git synced 2025-05-06 12:15:38 +02:00

Minor language change.

This commit is contained in:
CaMer0n 2011-05-06 07:14:22 +00:00
parent 0c3c292a1c
commit d14b929f57
2 changed files with 2 additions and 3 deletions
e107_admin
e107_languages/English/admin

@ -101,7 +101,6 @@ class cron_admin_ui extends e_admin_ui
$this->cronExecute($executeID);
}
// unset($this->_data_fields['options']); // FIX ME - this should be done automatically.
if (!vartrue(e107::getPref('e_cron_pwd')))
{
@ -390,7 +389,7 @@ class cron_admin_form_ui extends e_admin_form_ui
{
if($mode == 'read')
{
return $curVal;
return $curVal; // TODO - Convert to more readable form.
}
if($mode == 'write')

@ -174,7 +174,7 @@ define('ADLAN_154', "Error contacting Sourceforge to check for new version");
define('ADLAN_155', 'System Logs');
define('ADLAN_156', 'Admin log, user audit, rolling log');
define("ADLAN_157", "Schedule Maintenance");
define("ADLAN_157", "Schedule Tasks");
define("ADLAN_158", "Cron Jobs and Automated Maintenance");
define("ADLAN_159", "URL Configuration");