diff options
author | Cash Costello <cash.costello@gmail.com> | 2012-06-02 15:15:44 -0400 |
---|---|---|
committer | Cash Costello <cash.costello@gmail.com> | 2012-06-02 15:15:44 -0400 |
commit | 4e2fc235506adf2602282b40ce924d89451cce0a (patch) | |
tree | 6fc7de5d39b453fd4596bac3a08d49756fe1ef82 /mod/categories | |
parent | b9a0b5be0e427a8bab2a49a2bda6a6bb7c114045 (diff) | |
download | elgg-4e2fc235506adf2602282b40ce924d89451cce0a.tar.gz elgg-4e2fc235506adf2602282b40ce924d89451cce0a.tar.bz2 |
fixed typo in categories plugin
Diffstat (limited to 'mod/categories')
-rw-r--r-- | mod/categories/languages/en.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mod/categories/languages/en.php b/mod/categories/languages/en.php index eaa65b13e..422fe81a4 100644 --- a/mod/categories/languages/en.php +++ b/mod/categories/languages/en.php @@ -9,7 +9,7 @@ $english = array( 'categories:explanation' => 'To set some predefined site-wide categories that will be used throughout your system, enter them below, separated with commas. Compatible tools will then display them when the user creates or edits content.', 'categories:save:success' => 'Site categories were successfully saved.', 'categories:results' => "Results for the site category: %s", - 'categories:on_activate_reminder' => "Site-wide Cateogires won't work until you add categories. <a href=\"%s\">Add categories now.</a>", + 'categories:on_activate_reminder' => "Site-wide Categories won't work until you add categories. <a href=\"%s\">Add categories now.</a>", ); add_translation("en", $english);
\ No newline at end of file |