1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-08 09:46:46 +02:00

[ticket/8309] Renaming "Last visit" to "Last activity"

PHPBB3-8309
This commit is contained in:
geetakshi
2014-03-16 03:32:08 +05:30
parent eafba554fd
commit 8c4604a78e
7 changed files with 8 additions and 8 deletions

View File

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