summaryrefslogtreecommitdiff
path: root/modules/popup-dialog.php
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2007-05-17 17:46:57 +0100
committerAndrew Dolgov <[email protected]>2007-05-17 17:46:57 +0100
commitdcac082b4ba1bf2a48b6ec00df25e1639a826382 (patch)
tree3ed5d793a6c14d24e44cf8ac6d0fe6598d3bcc39 /modules/popup-dialog.php
parentd00bfb5f45b8970de0fbef0ed93eb5a01d7a3dc6 (diff)
don't limit tag cloud by last 30 days
Diffstat (limited to 'modules/popup-dialog.php')
-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 98e27a6be..dbc85831f 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 most popular tags for the last month")." (<a
+ print __("Showing most popular tags ")." (<a
href='javascript:toggleTags(true)'>".__('browse all')."</a>):<br/>";
print "<div class=\"tagCloudContainer\">";