Merge pull request #651 from tobiasd/admin_logs_wording

Admin logging UI string clarification
This commit is contained in:
fermionic 2013-03-20 19:08:56 -07:00
commit 5a9f1652c7
1 changed files with 1 additions and 1 deletions

View File

@ -1181,7 +1181,7 @@ readable.");
'$logname' => get_config('system','logfile'),
// name, label, value, help string, extra data...
'$debugging' => array('debugging', t("Debugging"),get_config('system','debugging'), ""),
'$debugging' => array('debugging', t("Enable Debugging"),get_config('system','debugging'), ""),
'$logfile' => array('logfile', t("Log file"), get_config('system','logfile'), t("Must be writable by web server. Relative to your Friendica top-level directory.")),
'$loglevel' => array('loglevel', t("Log level"), get_config('system','loglevel'), "", $log_choices),