summaryrefslogtreecommitdiff
path: root/modules
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2007-05-17 14:24:15 +0100
committerAndrew Dolgov <[email protected]>2007-05-17 14:24:15 +0100
commit27258a90c75983fddcc1d00c9538af2dfccc219a (patch)
tree019b0ed1f1d2a104fc17823b19bd7b0ff7401d01 /modules
parent9e6427abce5645e794091f041ec9321943e25139 (diff)
i18nize tag cloud, update translations
Diffstat (limited to 'modules')
-rw-r--r--modules/popup-dialog.php6
1 files changed, 3 insertions, 3 deletions
diff --git a/modules/popup-dialog.php b/modules/popup-dialog.php
index 4aa498cbf..98e27a6be 100644
--- a/modules/popup-dialog.php
+++ b/modules/popup-dialog.php
@@ -413,11 +413,11 @@
}
if ($id == "printTagCloud") {
- print "<div id=\"infoBoxTitle\">".__('Tag Cloud')."</div>";
+ print "<div id=\"infoBoxTitle\">".__('Tag cloud')."</div>";
print "<div class=\"infoBoxContents\">";
- print "Showing most popular tags for the last month (<a
- href='javascript:toggleTags(true)'>browse all</a>):<br/>";
+ print __("Showing most popular tags for the last month")." (<a
+ href='javascript:toggleTags(true)'>".__('browse all')."</a>):<br/>";
print "<div class=\"tagCloudContainer\">";