summaryrefslogtreecommitdiff
path: root/backend.php
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2015-07-15 16:39:16 +0300
committerAndrew Dolgov <[email protected]>2015-07-15 16:39:16 +0300
commitc43f3e469e24ebe1de5ec2e6e26013e3bd06239d (patch)
tree4f0ca42f3ec29bf73923ac093548e8c0faa8e47d /backend.php
parente6257c31ce1b7a1f3e9ad99d85653bdb8e81ef61 (diff)
update intervals: use less broken english for a change
Diffstat (limited to 'backend.php')
-rw-r--r--backend.php16
1 files changed, 8 insertions, 8 deletions
diff --git a/backend.php b/backend.php
index 150481cfe..b2eba083e 100644
--- a/backend.php
+++ b/backend.php
@@ -81,21 +81,21 @@
$update_intervals = array(
0 => __("Default interval"),
-1 => __("Disable updates"),
- 15 => __("Each 15 minutes"),
- 30 => __("Each 30 minutes"),
+ 15 => __("15 minutes"),
+ 30 => __("30 minutes"),
60 => __("Hourly"),
- 240 => __("Each 4 hours"),
- 720 => __("Each 12 hours"),
+ 240 => __("4 hours"),
+ 720 => __("12 hours"),
1440 => __("Daily"),
10080 => __("Weekly"));
$update_intervals_nodefault = array(
-1 => __("Disable updates"),
- 15 => __("Each 15 minutes"),
- 30 => __("Each 30 minutes"),
+ 15 => __("15 minutes"),
+ 30 => __("30 minutes"),
60 => __("Hourly"),
- 240 => __("Each 4 hours"),
- 720 => __("Each 12 hours"),
+ 240 => __("4 hours"),
+ 720 => __("12 hours"),
1440 => __("Daily"),
10080 => __("Weekly"));