summaryrefslogtreecommitdiff
path: root/prefs.php
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2009-05-12 12:57:10 +0400
committerAndrew Dolgov <[email protected]>2009-05-12 12:57:10 +0400
commit07b71436b41e9a832df0423da3ddec532cba462d (patch)
tree21731a3060126b2ed13c3d879285680e1a24b6a1 /prefs.php
parent60f53466b373d7b4668361c02782453b6264a4bc (diff)
prefs: update feeds tab title
Diffstat (limited to 'prefs.php')
-rw-r--r--prefs.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/prefs.php b/prefs.php
index 84ec53b62..b529c2fe0 100644
--- a/prefs.php
+++ b/prefs.php
@@ -122,7 +122,7 @@ window.onload = init;
<div id="genConfigTab" class="prefsTab"
onclick="selectTab('genConfig')"><?php echo __('Preferences') ?></div>
<div id="feedConfigTab" class="prefsTab"
- onclick="selectTab('feedConfig')"><?php echo __('My Feeds') ?></div>
+ onclick="selectTab('feedConfig')"><?php echo __('Feeds') ?></div>
<div id="filterConfigTab" class="prefsTab"
onclick="selectTab('filterConfig')"><?php echo __('Filters') ?></div>
<div id="labelConfigTab" class="prefsTab"