Skip to content

Commit

Permalink
fix some typos
Browse files Browse the repository at this point in the history
  • Loading branch information
browniebraun committed Mar 31, 2016
1 parent e9cddb8 commit 442836a
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions include/global_arrays.php
Original file line number Diff line number Diff line change
Expand Up @@ -995,9 +995,9 @@
'256' => __('%d MBytes', 256),
'512' => __('%d MBytes', 512),
'1024' => __('1 GByte'),
'1536' => __('$s GBytes', '1.5'),
'2048' => __('$d GBytes', 2),
'3072' => __('$d GBytes', 3)
'1536' => __('%s GBytes', '1.5'),
'2048' => __('%d GBytes', 2),
'3072' => __('%d GBytes', 3)
);

$dsstats_hourly_avg = array(
Expand Down Expand Up @@ -1054,9 +1054,9 @@
'256' => __('%d MBytes', 256),
'512' => __('%d MBytes', 512),
'1024' => __('1 GByte'),
'1536' => __('$s GBytes', '1.5'),
'2048' => __('$d GBytes', 2),
'3072' => __('$d GBytes', 3)
'1536' => __('%s GBytes', '1.5'),
'2048' => __('%d GBytes', 2),
'3072' => __('%d GBytes', 3)
);

$realtime_window = array(
Expand Down

0 comments on commit 442836a

Please sign in to comment.