diff options
author | Brett Profitt <brett.profitt@gmail.com> | 2011-10-20 17:45:51 -0700 |
---|---|---|
committer | Brett Profitt <brett.profitt@gmail.com> | 2011-10-20 17:45:51 -0700 |
commit | b301ca4285c3c9866276d495a883258feef1d5a2 (patch) | |
tree | 9ed471b065dccf57d6ef5adfd6b65d81623964df /languages | |
parent | eefa65c05811dd348cec8f586acead1f2e492370 (diff) | |
download | elgg-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.php | 3 |
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 */ |