aboutsummaryrefslogtreecommitdiff
path: root/mod/categories/languages
diff options
context:
space:
mode:
authorcash <cash@36083f99-b078-4883-b0ff-0f9b5a30f544>2011-02-11 22:51:08 +0000
committercash <cash@36083f99-b078-4883-b0ff-0f9b5a30f544>2011-02-11 22:51:08 +0000
commit891739afadddad56b517b7d565458296eeb58c0b (patch)
tree1891b4f21abd3df6aa1ec4b8847758644e1622fb /mod/categories/languages
parent1f1a9d691360eac9bb3eeaf98ebaaec6b6305b2b (diff)
downloadelgg-891739afadddad56b517b7d565458296eeb58c0b.tar.gz
elgg-891739afadddad56b517b7d565458296eeb58c0b.tar.bz2
some clean up of the categories plugin - html/css polish needed
git-svn-id: http://code.elgg.org/elgg/trunk@8122 36083f99-b078-4883-b0ff-0f9b5a30f544
Diffstat (limited to 'mod/categories/languages')
-rw-r--r--mod/categories/languages/en.php5
1 files changed, 4 insertions, 1 deletions
diff --git a/mod/categories/languages/en.php b/mod/categories/languages/en.php
index cbe5a608f..1954ba8d9 100644
--- a/mod/categories/languages/en.php
+++ b/mod/categories/languages/en.php
@@ -1,4 +1,7 @@
<?php
+/**
+ * Categories English language file
+ */
$english = array(
'categories' => 'Categories',
@@ -9,4 +12,4 @@ $english = array(
'categories:on_enable_reminder' => "You haven't added any categories yet! <a href=\"%s\">Add categories now.</a>",
);
-add_translation("en",$english); \ No newline at end of file
+add_translation("en", $english); \ No newline at end of file