From ecace165c18da3e55c7bba759f5bc89503b7da86 Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Wed, 6 Aug 2008 08:51:28 +0100 Subject: rework feed dialog layouts --- backend.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'backend.php') 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")); -- cgit v1.2.3-54-g00ecf