The branch, master has been updated via 99b68dff9e6c2a6fb0eeb745095ac910b218eff1 (commit) from 018330f082945be0df555c9a917daa29fe24fd4c (commit)
- Log ----------------------------------------------------------------- commit 99b68dff9e6c2a6fb0eeb745095ac910b218eff1 Author: Marc Delisle marc@infomarc.info Date: Sat Jul 30 07:36:14 2011 -0400
Better wording
-----------------------------------------------------------------------
Summary of changes: js/messages.php | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/js/messages.php b/js/messages.php index 69d940c..94abc30 100644 --- a/js/messages.php +++ b/js/messages.php @@ -140,7 +140,7 @@ $js_messages['strDividedBy'] = __('Divided by %s:'); $js_messages['strFromSlowLog'] = __('From slow log'); $js_messages['strFromGeneralLog'] = __('From general log'); $js_messages['strAnalysingLogs'] = __('Analysing & loading logs. This may take a while.'); -$js_messages['strCountColumnExplanation'] = __('This columns shows the amount of identical queries that are grouped together. However only the SQL Text is being compared, thus the queries of other attributes such as start time may differ.'); +$js_messages['strCountColumnExplanation'] = __('This column shows the amount of identical queries that are grouped together. However only the SQL query itself has been used as a grouping criteria, so the other attributes of queries, such as start time, may differ.'); $js_messages['strMoreCountColumnExplanation'] = __('Since grouping of INSERTs queries has been selected, INSERT queries into the same table are also being grouped together, disregarding of the inserted data.'); $js_messages['strLogDataLoaded'] = __('Log data loaded. Queries executed in this time span:');
hooks/post-receive