1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-31 12:41:28 +00:00

misc prefs ui updates

This commit is contained in:
Andrew Dolgov
2009-01-25 07:09:46 +01:00
parent 772f04040d
commit eb70b77781
3 changed files with 21 additions and 24 deletions

View File

@@ -1131,7 +1131,7 @@
if (ENABLE_FEED_BROWSER && !SINGLE_USER_MODE) {
print " <input type=\"submit\" class=\"button\"
id=\"top25_feeds_btn\"
onclick=\"javascript:browseFeeds()\" value=\"".__('Other Feeds')."\">";
onclick=\"javascript:browseFeeds()\" value=\"".__('More Feeds')."\">";
}
$feeds_sort = db_escape_string($_GET["sort"]);