diff options
author | Cash Costello <cash.costello@gmail.com> | 2012-06-02 15:09:59 -0400 |
---|---|---|
committer | Cash Costello <cash.costello@gmail.com> | 2012-06-02 15:09:59 -0400 |
commit | 2f4ca1e52663ae9c991408e2035217a810b0e7a1 (patch) | |
tree | 2b3da3c52af1646ee65560f602074d36a4cfbbe9 /languages | |
parent | 03eb23688a2e9192f592c5f05c7eba693dc50d5a (diff) | |
download | elgg-2f4ca1e52663ae9c991408e2035217a810b0e7a1.tar.gz elgg-2f4ca1e52663ae9c991408e2035217a810b0e7a1.tar.bz2 |
fixed typo for friends activity string
Diffstat (limited to 'languages')
-rw-r--r-- | languages/en.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/languages/en.php b/languages/en.php index a40baa61a..d7de34015 100644 --- a/languages/en.php +++ b/languages/en.php @@ -813,7 +813,7 @@ $english = array( */ 'river:all' => 'All Site Activity', 'river:mine' => 'My Activity', - 'river:friends' => 'Friends Activty', + 'river:friends' => 'Friends Activity', 'river:select' => 'Show %s', 'river:comments:more' => '+%u more', 'river:generic_comment' => 'commented on %s %s', |