summaryrefslogtreecommitdiff
path: root/modules/taxonomy/taxonomy.pages.inc
diff options
context:
space:
mode:
Diffstat (limited to 'modules/taxonomy/taxonomy.pages.inc')
-rw-r--r--modules/taxonomy/taxonomy.pages.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/taxonomy/taxonomy.pages.inc b/modules/taxonomy/taxonomy.pages.inc
index 999a2131a..e4987e52b 100644
--- a/modules/taxonomy/taxonomy.pages.inc
+++ b/modules/taxonomy/taxonomy.pages.inc
@@ -50,7 +50,7 @@ function taxonomy_term_page($term) {
else {
$build['no_content'] = array(
'#prefix' => '<p>',
- '#markup' => t('There are currently no posts in this category.'),
+ '#markup' => t('There is currently no content classified with this term.'),
'#suffix' => '</p>',
);
}