From 39cc7f4565427eced97661e15607895e903e2a36 Mon Sep 17 00:00:00 2001 From: Tobias Diekershoff Date: Tue, 19 Mar 2013 07:01:34 +0100 Subject: [PATCH] use _Enable Debugging_ instead of only _Debugging_ in the interface --- mod/admin.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mod/admin.php b/mod/admin.php index 66a5db1df8..e019e855a3 100644 --- a/mod/admin.php +++ b/mod/admin.php @@ -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),