Skip to content

Commit

Permalink
typos
Browse files Browse the repository at this point in the history
  • Loading branch information
browniebraun committed Mar 31, 2016
1 parent 89a9c71 commit b30d4d2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions include/global_arrays.php
Original file line number Diff line number Diff line change
Expand Up @@ -1063,7 +1063,7 @@
30 => __('%d Seconds', 30),
45 => __('%d Seconds', 45),
60 => __('1 Minute'),
90 => __('%f Minutes', '1.5'),
90 => __('%s Minutes', '1.5'),
120 => __('%d Minutes', 2),
300 => __('%d Minutes', 5),
600 => __('%d Minutes', 10),
Expand All @@ -1074,7 +1074,7 @@

$realtime_refresh = array(
5 => __('%d Seconds', 5),
10 => __('%d Seconds', 20),
10 => __('%d Seconds', 10),
15 => __('%d Seconds', 25),
20 => __('%d Seconds', 20),
30 => __('%d Seconds', 30),
Expand Down

0 comments on commit b30d4d2

Please sign in to comment.