diff options
-rw-r--r-- | languages/en.php | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/languages/en.php b/languages/en.php index ed012da05..cad8a93c3 100644 --- a/languages/en.php +++ b/languages/en.php @@ -323,7 +323,7 @@ $english = array( * Friends */ - 'friends' => "My Friends", + 'friends' => "Friends", 'friends:yours' => "Your friends", 'friends:owned' => "%s's friends", 'friend:add' => "Add friend", @@ -710,6 +710,7 @@ $english = array( 'tags' => "Tags", 'spotlight' => "Spotlight", 'all' => "All", + 'mine' => "Mine", 'by' => 'by', |