aboutsummaryrefslogtreecommitdiff
path: root/languages
diff options
context:
space:
mode:
authorBrett Profitt <brett.profitt@gmail.com>2011-10-20 17:45:51 -0700
committerBrett Profitt <brett.profitt@gmail.com>2011-10-20 17:45:51 -0700
commitb301ca4285c3c9866276d495a883258feef1d5a2 (patch)
tree9ed471b065dccf57d6ef5adfd6b65d81623964df /languages
parenteefa65c05811dd348cec8f586acead1f2e492370 (diff)
downloadelgg-b301ca4285c3c9866276d495a883258feef1d5a2.tar.gz
elgg-b301ca4285c3c9866276d495a883258feef1d5a2.tar.bz2
Fixes #3968. Added 'on' and 'off' to core language.
Diffstat (limited to 'languages')
-rw-r--r--languages/en.php3
1 files changed, 3 insertions, 0 deletions
diff --git a/languages/en.php b/languages/en.php
index 67e447901..9c5d1701d 100644
--- a/languages/en.php
+++ b/languages/en.php
@@ -883,6 +883,9 @@ $english = array(
'tagcloud' => "Tag cloud",
'tagcloud:allsitetags' => "All site tags",
+ 'on' => 'On',
+ 'off' => 'Off',
+
/**
* Entity actions
*/