use _Enable Debugging_ instead of only _Debugging_ in the interface

This commit is contained in:
Tobias Diekershoff 2013-03-19 07:01:34 +01:00
parent 1a49c841d8
commit 39cc7f4565
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),