diff --git a/system/includes/functions.php b/system/includes/functions.php index 806273b..af08faf 100644 --- a/system/includes/functions.php +++ b/system/includes/functions.php @@ -586,9 +586,9 @@ function default_category() $desc->title = i18n("Uncategorized"); $desc->url = site_url() . 'category/uncategorized'; $desc->slug = 'uncategorized'; - $desc->body = '

Topics that don't need a category, or don't fit into any other existing category.

'; + $desc->body = '

' . i18n('Uncategorized_comment') . '

'; - $desc->description = 'Topics that don't need a category, or don't fit into any other existing category.'; + $desc->description = i18n('Uncategorized_comment'); return $tmp[] = $desc; }