summaryrefslogtreecommitdiff
path: root/tt-rss.php
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2005-09-08 14:05:48 +0100
committerAndrew Dolgov <[email protected]>2005-09-08 14:05:48 +0100
commitd6f55ce80066e7f48389eed6169c1d8360fd1f4d (patch)
tree6c752f8d4461fd704527373ebe1b9a9a1c6e373e /tt-rss.php
parent61324b8395c3d055bff6cb505eed939b8e5f2654 (diff)
rename All Posts, change default labels in schema
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 78fcd3223..445f8ab91 100644
--- a/tt-rss.php
+++ b/tt-rss.php
@@ -77,7 +77,7 @@
&nbsp;View:
<select id="viewbox" onchange="javascript:viewCurrentFeed(0, '')">
- <option>All Posts</option>
+ <option>All Articles</option>
<option>Starred</option>
<option selected>Unread</option>
</select>