diff options
author | Cash Costello <cash.costello@gmail.com> | 2009-03-20 20:48:04 +0000 |
---|---|---|
committer | Cash Costello <cash.costello@gmail.com> | 2009-03-20 20:48:04 +0000 |
commit | 7550a4521b7f8e0b4a6e76ca109c8a5b5848726c (patch) | |
tree | c6794ef4bdf21a3079aacd7a7e9cdf49d4c8f4b5 /languages/en.php | |
parent | 389a15ac797fd5e060631ec9feb1568837c5088f (diff) | |
download | elgg-7550a4521b7f8e0b4a6e76ca109c8a5b5848726c.tar.gz elgg-7550a4521b7f8e0b4a6e76ca109c8a5b5848726c.tar.bz2 |
tweaks to language - english
Diffstat (limited to 'languages/en.php')
-rw-r--r-- | languages/en.php | 10 |
1 files changed, 1 insertions, 9 deletions
diff --git a/languages/en.php b/languages/en.php index 2316a9e2f..a4b82b6d3 100644 --- a/languages/en.php +++ b/languages/en.php @@ -1,12 +1,4 @@ <?php
- /**
- * Elgg tidypics plugin language pack
- *
- * @package ElggFile
- * @author Curverider Ltd
- * @copyright Curverider Ltd 2008
- * @link http://elgg.com/
- */
$english = array(
@@ -20,7 +12,7 @@ 'album' => "Photo Album",
'albums' => "Photo Albums",
'album:yours' => "Your photo albums",
- 'album:yours:friends' => "Your friends' photo albums",
+ 'album:yours:friends' => "Friends' photo albums",
'album:user' => "%s's photo albums",
'album:friends' => "%s's friends' photo albums",
'album:all' => "All site photo albums",
|