summaryrefslogtreecommitdiff
path: root/tt-rss.php
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2009-04-28 12:24:39 +0400
committerAndrew Dolgov <[email protected]>2009-04-28 12:24:39 +0400
commitaf163b85200e86a12688231b185f1861a71bb41d (patch)
tree7bdb7fbaac524c857241edcf2a32a3270c50a1dd /tt-rss.php
parent2bc993b52482bb1aaf11c21fd3c68233b567f0ae (diff)
update translations
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');