]> gitweb.fluxo.info Git - lorea/elgg.git/commitdiff
Fixes #3968. Added 'on' and 'off' to core language.
authorBrett Profitt <brett.profitt@gmail.com>
Fri, 21 Oct 2011 00:45:51 +0000 (17:45 -0700)
committerBrett Profitt <brett.profitt@gmail.com>
Fri, 21 Oct 2011 00:45:51 +0000 (17:45 -0700)
languages/en.php

index 67e447901658ef94ccf539a03242955ee82cb309..9c5d1701d50855051dea6c3e9dcb2566fd0d773a 100644 (file)
@@ -883,6 +883,9 @@ $english = array(
        'tagcloud' => "Tag cloud",
        'tagcloud:allsitetags' => "All site tags",
 
+       'on' => 'On',
+       'off' => 'Off',
+
 /**
  * Entity actions
  */