diff options
| author | Andrew Dolgov <fox@madoka.spb.ru> | 2007-08-10 05:12:29 +0100 |
|---|---|---|
| committer | Andrew Dolgov <fox@madoka.spb.ru> | 2007-08-10 05:12:29 +0100 |
| commit | ef1ac7c73aeaf34129f26d0bda39bea3fc55eeb3 (patch) | |
| tree | fca22c7ad572c6fe3b1c983a31bc86607eb6a699 /modules/popup-dialog.php | |
| parent | 2bc2147f2e726b8db29f93e2a14da91b641ced7d (diff) | |
limit tag browsing mode to top50 most popular
Diffstat (limited to 'modules/popup-dialog.php')
| -rw-r--r-- | modules/popup-dialog.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/popup-dialog.php b/modules/popup-dialog.php index 562093d9d..6590159d2 100644 --- a/modules/popup-dialog.php +++ b/modules/popup-dialog.php @@ -424,7 +424,7 @@ print "<div class=\"infoBoxContents\">"; print __("Showing most popular tags ")." (<a - href='javascript:toggleTags(true)'>".__('browse all')."</a>):<br/>"; + href='javascript:toggleTags(true)'>".__('browse more')."</a>):<br/>"; print "<div class=\"tagCloudContainer\">"; |