summaryrefslogtreecommitdiff
path: root/tt-rss.php
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2007-05-17 12:58:38 +0100
committerAndrew Dolgov <[email protected]>2007-05-17 12:58:38 +0100
commit0979b696e4d770f5461057f406dfe8a8f3d3d48c (patch)
tree2e04b54b615d8d74c1d62d212ffe8f59cd357674 /tt-rss.php
parent1ba6daf78e5d12759e8f3dcc6913c705fc5313bb (diff)
show tag cloud instead of flat tag list
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 6ab331611..968f9cfeb 100644
--- a/tt-rss.php
+++ b/tt-rss.php
@@ -122,7 +122,7 @@ window.onload = init;
<div id="feeds-holder">
<div id="dispSwitch">
<a id="dispSwitchPrompt"
- href="javascript:toggleTags()"><?php echo __("display tags") ?></a>
+ href="javascript:toggleTags()"><?php echo __("tag cloud") ?></a>
</div>
<div id="feeds-frame">&nbsp;</div>
</div>