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:
parent
0c3c292a1c
commit
d14b929f57
@ -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");
|
||||
|
Loading…
x
Reference in New Issue
Block a user