summaryrefslogtreecommitdiff
path: root/modules/popup-dialog.php
diff options
context:
space:
mode:
Diffstat (limited to 'modules/popup-dialog.php')
-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\">";