summaryrefslogtreecommitdiff
path: root/modules
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2007-05-17 13:00:11 +0100
committerAndrew Dolgov <[email protected]>2007-05-17 13:00:11 +0100
commitb31af972f2b01249ea36c4262fc5efc87e90fb36 (patch)
tree2e04b54b615d8d74c1d62d212ffe8f59cd357674 /modules
parent458cfa53e0c2f7da71474d1852a5d96f6c565fd9 (diff)
UNDO: tag cloud shows top 100 instead of top 50
Diffstat (limited to 'modules')
-rw-r--r--modules/popup-dialog.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/popup-dialog.php b/modules/popup-dialog.php
index 144c09967..3011f8c1b 100644
--- a/modules/popup-dialog.php
+++ b/modules/popup-dialog.php
@@ -416,7 +416,7 @@
print "<div id=\"infoBoxTitle\">".__('Tag Cloud')."</div>";
print "<div class=\"infoBoxContents\">";
- print "Showing top 100 most popular tags (<a
+ print "Showing top 50 most popular tags (<a
href='javascript:toggleTags(true)'>show all</a>):<br/>";
print "<div class=\"tagCloudContainer\">";