From 70abb804291b3041b4740833107745ad2f4422d0 Mon Sep 17 00:00:00 2001 From: atomicdryad Date: Wed, 22 Dec 2010 19:04:52 -0600 Subject: [PATCH] TagEditCloud: Typos are not nice. --- contrib/tag_editcloud/main.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/contrib/tag_editcloud/main.php b/contrib/tag_editcloud/main.php index 93803c18..d66fc957 100644 --- a/contrib/tag_editcloud/main.php +++ b/contrib/tag_editcloud/main.php @@ -52,9 +52,9 @@ class TagEditCloud implements Extension { $sb->add_bool_option("tageditcloud_usedfirst","
Always show used tags first: "); $sb->add_label("
Alpha sort:
Only show tags used at least "); $sb->add_int_option("tageditcloud_minusage"); - $sb->add_label(" times.
Popularity sort:
Show tags used "); + $sb->add_label(" times.
Popularity sort:
Show "); $sb->add_int_option("tageditcloud_defcount"); - $sb->add_label(" times by default.
Show a maximum of "); + $sb->add_label(" tags by default.
Show a maximum of "); $sb->add_int_option("tageditcloud_maxcount"); $sb->add_label(" tags.");