summaryrefslogtreecommitdiff
path: root/backend.php
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2008-08-06 08:51:28 +0100
committerAndrew Dolgov <[email protected]>2008-08-06 08:51:28 +0100
commitecace165c18da3e55c7bba759f5bc89503b7da86 (patch)
tree13b173a871d7b91be843926dfe8d59acf4b18c91 /backend.php
parent10fa66154912a6b69252b7decf6a3426448be486 (diff)
rework feed dialog layouts
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"));