1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-07-31 22:10:45 +02:00

Merge pull request #2137 from geetakshi/ticket/8309

[ticket/8309] Rename "Last visited" to "Last activity" on memberlist/viewprofile
This commit is contained in:
Dhruv Goel
2014-03-20 03:44:39 +05:30
8 changed files with 11 additions and 12 deletions

View File

@@ -135,5 +135,4 @@ $lang = array_merge($lang, array(
'USERS_PER_PAGE' => 'Users per page',
'VIEWING_PROFILE' => 'Viewing profile - %s',
'VISITED' => 'Last visited',
));