The branch, master has been updated via b2613f34956dfd20f5b6442258629093580c6a66 (commit) from 808447af1ef9f117a7883ae0d1c8b56b366ba6c6 (commit)
- Log ----------------------------------------------------------------- commit b2613f34956dfd20f5b6442258629093580c6a66 Author: Marc Delisle marc@infomarc.info Date: Fri Jul 29 09:55:39 2011 -0400
Typo
-----------------------------------------------------------------------
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 17d0fad..dee4d9d 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 other attributes such as start time may differ.'); +$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['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