]> git.mxchange.org Git - friendica.git/commitdiff
use _Enable Debugging_ instead of only _Debugging_ in the interface
authorTobias Diekershoff <tobias.diekershoff@gmx.net>
Tue, 19 Mar 2013 06:01:34 +0000 (07:01 +0100)
committerTobias Diekershoff <tobias.diekershoff@gmx.net>
Tue, 19 Mar 2013 06:01:34 +0000 (07:01 +0100)
mod/admin.php

index 66a5db1df864bd419e5ec0ed6bcd2057ce03b3c8..e019e855a3e4968c5a860ad18969f59ac13fc4be 100644 (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),