diff options
| author | Andrew Dolgov <fox@bah.org.ru> | 2009-05-12 12:57:10 +0400 |
|---|---|---|
| committer | Andrew Dolgov <fox@bah.org.ru> | 2009-05-12 12:57:10 +0400 |
| commit | 07b71436b41e9a832df0423da3ddec532cba462d (patch) | |
| tree | 21731a3060126b2ed13c3d879285680e1a24b6a1 /prefs.php | |
| parent | 60f53466b373d7b4668361c02782453b6264a4bc (diff) | |
prefs: update feeds tab title
Diffstat (limited to 'prefs.php')
| -rw-r--r-- | prefs.php | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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" |