diff options
author | cash <cash.costello@gmail.com> | 2011-07-03 09:27:29 -0400 |
---|---|---|
committer | cash <cash.costello@gmail.com> | 2011-07-03 09:27:29 -0400 |
commit | 84ffd10e88ad2cdf945965fbf15f771df8bf6ed7 (patch) | |
tree | 5fce1c2a17ae347dc5517eb9f18187307f8cbd9a /languages | |
parent | 79e1f34a9ab3bc501f2c68c6bec64d270830ad42 (diff) | |
download | elgg-84ffd10e88ad2cdf945965fbf15f771df8bf6ed7.tar.gz elgg-84ffd10e88ad2cdf945965fbf15f771df8bf6ed7.tar.bz2 |
Fixes #3640 added 'none' as a language string
Diffstat (limited to 'languages')
-rw-r--r-- | languages/en.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/languages/en.php b/languages/en.php index 72369c82f..c30a1bdd8 100644 --- a/languages/en.php +++ b/languages/en.php @@ -857,6 +857,7 @@ $english = array( 'mine' => "Mine", 'by' => 'by', + 'none' => 'none', 'annotations' => "Annotations", 'relationships' => "Relationships", |