From: Brett Profitt Date: Fri, 21 Oct 2011 00:45:51 +0000 (-0700) Subject: Fixes #3968. Added 'on' and 'off' to core language. X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=b301ca4285c3c9866276d495a883258feef1d5a2;p=lorea%2Felgg.git Fixes #3968. Added 'on' and 'off' to core language. --- 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 */