aboutsummaryrefslogtreecommitdiff
path: root/mod/categories/languages
diff options
context:
space:
mode:
authorBrett Profitt <brett.profitt@gmail.com>2011-08-24 15:22:49 -0700
committerBrett Profitt <brett.profitt@gmail.com>2011-08-24 15:22:49 -0700
commit2dace654a99396ab674f50829046ed703d3a36be (patch)
tree57add762814a2156eac54a2d50658a805be60ff9 /mod/categories/languages
parent9f13557c2e7422cb15ce109adbe5714d6d78fc9e (diff)
downloadelgg-2dace654a99396ab674f50829046ed703d3a36be.tar.gz
elgg-2dace654a99396ab674f50829046ed703d3a36be.tar.bz2
Refs #3746. Updated categories for 1.8. Still some deprecation notices, but functional.
Diffstat (limited to 'mod/categories/languages')
-rw-r--r--mod/categories/languages/en.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/mod/categories/languages/en.php b/mod/categories/languages/en.php
index 1954ba8d9..eaa65b13e 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_enable_reminder' => "You haven't added any categories yet! <a href=\"%s\">Add categories now.</a>",
+ 'categories:on_activate_reminder' => "Site-wide Cateogires won't work until you add categories. <a href=\"%s\">Add categories now.</a>",
);
add_translation("en", $english); \ No newline at end of file