diff --git a/public/language/en/category.json b/public/language/en/category.json new file mode 100644 index 0000000000..73d3bef853 --- /dev/null +++ b/public/language/en/category.json @@ -0,0 +1,7 @@ +{ + "new_topic_button": "New Topic", + "no_topics": "There are no topics in this category.
Why don't you try posting one?", + "sidebar.recent_replies": "Recent Replies", + "sidebar.active_participants": "Active Participants", + "sidebar.moderators": "Moderators" +} \ No newline at end of file diff --git a/public/templates/category.tpl b/public/templates/category.tpl index 0a6a5f34f8..bbfd941de8 100644 --- a/public/templates/category.tpl +++ b/public/templates/category.tpl @@ -1,6 +1,6 @@
- +
  @@ -21,8 +21,7 @@
- There are no topics in this category.
- Why don't you try posting one? + [[category:no_topics]]
@@ -59,7 +58,7 @@