diff options
Diffstat (limited to 'phpBB/language/en/memberlist.php')
-rw-r--r-- | phpBB/language/en/memberlist.php | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/phpBB/language/en/memberlist.php b/phpBB/language/en/memberlist.php index 9e01d396fd..913fab59fc 100644 --- a/phpBB/language/en/memberlist.php +++ b/phpBB/language/en/memberlist.php @@ -144,6 +144,7 @@ $lang = array_merge($lang, array( 'USERS_PER_PAGE' => 'Users per page', 'VIEWING_PROFILE' => 'Viewing profile - %s', - 'VIEW_FACEBOOK_PROFILE' => 'View Facebook Profile', - 'VIEW_TWITTER_PROFILE' => 'View Twitter Profile', + 'VIEW_FACEBOOK_PROFILE' => 'View Facebook Profile', + 'VIEW_SKYPE_PROFILE' => 'View Skype Profile', + 'VIEW_TWITTER_PROFILE' => 'View Twitter Profile', )); |