Skip to content
Snippets Groups Projects
Commit c43f3e46 authored by Andrew Dolgov's avatar Andrew Dolgov
Browse files

update intervals: use less broken english for a change

parent e6257c31
No related branches found
No related tags found
No related merge requests found
...@@ -81,21 +81,21 @@ ...@@ -81,21 +81,21 @@
$update_intervals = array( $update_intervals = array(
0 => __("Default interval"), 0 => __("Default interval"),
-1 => __("Disable updates"), -1 => __("Disable updates"),
15 => __("Each 15 minutes"), 15 => __("15 minutes"),
30 => __("Each 30 minutes"), 30 => __("30 minutes"),
60 => __("Hourly"), 60 => __("Hourly"),
240 => __("Each 4 hours"), 240 => __("4 hours"),
720 => __("Each 12 hours"), 720 => __("12 hours"),
1440 => __("Daily"), 1440 => __("Daily"),
10080 => __("Weekly")); 10080 => __("Weekly"));
$update_intervals_nodefault = array( $update_intervals_nodefault = array(
-1 => __("Disable updates"), -1 => __("Disable updates"),
15 => __("Each 15 minutes"), 15 => __("15 minutes"),
30 => __("Each 30 minutes"), 30 => __("30 minutes"),
60 => __("Hourly"), 60 => __("Hourly"),
240 => __("Each 4 hours"), 240 => __("4 hours"),
720 => __("Each 12 hours"), 720 => __("12 hours"),
1440 => __("Daily"), 1440 => __("Daily"),
10080 => __("Weekly")); 10080 => __("Weekly"));
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment