summaryrefslogtreecommitdiff
path: root/backend.php
diff options
context:
space:
mode:
Diffstat (limited to 'backend.php')
-rw-r--r--backend.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/backend.php b/backend.php
index cc5fd46c6..350511f28 100644
--- a/backend.php
+++ b/backend.php
@@ -114,7 +114,7 @@
90 => __("3 months old"));
$update_intervals = array(
- 0 => __("Use default"),
+ 0 => __("Default interval"),
-1 => __("Disable updates"),
15 => __("Each 15 minutes"),
30 => __("Each 30 minutes"),
@@ -125,7 +125,7 @@
10080 => __("Weekly"));
$update_methods = array(
- 0 => __("Use default"),
+ 0 => __("Default"),
1 => __("Magpie"),
2 => __("SimplePie"));