From eac12188401541adebce01f048bc6ddb86bb12dc Mon Sep 17 00:00:00 2001 From: Toks Date: Sat, 27 Apr 2013 08:10:33 -0400 Subject: [PATCH] tweak #1446 --- app/presenters/tag_set_presenter.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/presenters/tag_set_presenter.rb b/app/presenters/tag_set_presenter.rb index c20bd5c05..6d5ca35d5 100644 --- a/app/presenters/tag_set_presenter.rb +++ b/app/presenters/tag_set_presenter.rb @@ -127,7 +127,7 @@ private is_underused_tag = counts[tag].to_i <= 1 && categories[tag] == Tag.categories.general klass = "post-count#{is_underused_tag ? " low-post-count" : ""}" - title = "This tag has a low post count. Check if it is a typo or consider tagging more posts with it." + title = "New general tag detected. Check the spelling or populate it now." html << %{#{post_count}} end