
The branch, master has been updated via edf3e1ad32d42f80636c9500d951aa37555b61cc (commit) from 73a49f639ab87e671e5cc91fb7c9628a7a0b0d52 (commit) - Log ----------------------------------------------------------------- commit edf3e1ad32d42f80636c9500d951aa37555b61cc Author: Marc Delisle <marc@infomarc.info> Date: Fri Jun 17 08:16:13 2011 -0400 Should use kibibytes here, see http://en.wikipedia.org/wiki/Kibibyte ----------------------------------------------------------------------- Summary of changes: js/messages.php | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/js/messages.php b/js/messages.php index 7ec366f..222ad84 100644 --- a/js/messages.php +++ b/js/messages.php @@ -77,9 +77,9 @@ $js_messages['strThousandsSeperator'] = __(','); /* l10n: Decimal separator */ $js_messages['strDecimalSeperator'] = __('.'); -$js_messages['strChartKBSent'] = __('kB sent since last refresh'); -$js_messages['strChartKBReceived'] = __('kB received since last refresh'); -$js_messages['strChartServerTraffic'] = __('Server traffic (in kB)'); +$js_messages['strChartKBSent'] = __('KiB sent since last refresh'); +$js_messages['strChartKBReceived'] = __('KiB received since last refresh'); +$js_messages['strChartServerTraffic'] = __('Server traffic (in KiB)'); $js_messages['strChartConnections'] = __('Connections since last refresh'); $js_messages['strChartProcesses'] = __('Processes'); $js_messages['strChartConnectionsTitle'] = __('Connections / Processes'); hooks/post-receive -- phpMyAdmin