diff options
author | marcus <marcus@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2008-07-22 13:50:43 +0000 |
---|---|---|
committer | marcus <marcus@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2008-07-22 13:50:43 +0000 |
commit | d2c385283af403ff2347ed7a8a9d9c065e819003 (patch) | |
tree | e508aa2512d8ee47ae78e0f9cc4dfab85c759c67 /languages | |
parent | eb033fe18615fcc83d68de1c986bf828240e7cb0 (diff) | |
download | elgg-d2c385283af403ff2347ed7a8a9d9c065e819003.tar.gz elgg-d2c385283af403ff2347ed7a8a9d9c065e819003.tar.bz2 |
git-svn-id: https://code.elgg.org/elgg/trunk@1488 36083f99-b078-4883-b0ff-0f9b5a30f544
Diffstat (limited to 'languages')
-rw-r--r-- | languages/en.php | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/languages/en.php b/languages/en.php index 43d10210f..7decf39c9 100644 --- a/languages/en.php +++ b/languages/en.php @@ -395,7 +395,9 @@ 'description' => "Description",
'tags' => "Tags",
'spotlight' => "Spotlight",
- 'all' => "All",
+ 'all' => "All", + + 'by' => 'by',
/**
* Input / output strings
|