Index: trunk/extensions/Configure/Configure.settings.i18n.php |
— | — | @@ -499,10 +499,10 @@ |
500 | 500 | 'configure-setting-wgDebugFunctionEntry' => "Output debug message on every wfProfileIn/wfProfileOut", |
501 | 501 | 'configure-setting-wgDebugProfiling' => "Detects non-matching wfProfileIn/wfProfileOut calls", |
502 | 502 | 'configure-setting-wgDebugSquid' => "Lots of debugging output from SquidUpdate.php", |
503 | | - 'configure-setting-wgProfileCallTree' => "If true, print a raw call tree instead of per-function report", |
| 503 | + 'configure-setting-wgProfileCallTree' => "Print a raw call tree instead of per-function report", |
504 | 504 | 'configure-setting-wgProfileLimit' => "Only record profiling information for pages that took longer than this", |
505 | 505 | 'configure-setting-wgProfileOnly' => "Do not put non-profiling information into log file", |
506 | | - 'configure-setting-wgProfilePerHost' => "Should application server host be put into profiling table?", |
| 506 | + 'configure-setting-wgProfilePerHost' => "Write application server host into profiling table", |
507 | 507 | 'configure-setting-wgProfileToDatabase' => "Log sums from profiling into profiling table in db", |
508 | 508 | 'configure-setting-wgUDPProfilerHost' => "Host for UDP profiler", |
509 | 509 | 'configure-setting-wgUDPProfilerPort' => "Port for UDP profiler", |