summaryrefslogtreecommitdiff
path: root/tt-rss.php
diff options
context:
space:
mode:
Diffstat (limited to 'tt-rss.php')
-rw-r--r--tt-rss.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/tt-rss.php b/tt-rss.php
index b36751554..6f1652303 100644
--- a/tt-rss.php
+++ b/tt-rss.php
@@ -253,7 +253,7 @@ window.onload = init;
<?php echo __('Limit:') ?>
<?php
- $limits = array(15 => 15, 30 => 30, 60 => 60, 0 => "All");
+ $limits = array(15 => 15, 30 => 30, 60 => 60, 0 => __("All"));
$def_art_limit = get_pref($link, 'DEFAULT_ARTICLE_LIMIT');