1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-05-09 00:55:23 +02:00

[ticket/10771] Using Remember Me instead of autologin or persistent keys

Changed language variable LOG_ME_IN's value to
"Remember me"

PHPBB3-10771
This commit is contained in:
Hari Sankar R 2012-04-15 13:08:44 +05:30 committed by Dhruv
parent e86ecc0f3b
commit dacacbbd52

View File

@ -343,7 +343,7 @@ $lang = array_merge($lang, array(
'LOGIN_EXPLAIN_VIEWONLINE' => 'In order to view the online list you have to be registered and logged in.',
'LOGOUT' => 'Logout',
'LOGOUT_USER' => 'Logout [ %s ]',
'LOG_ME_IN' => 'Log me on automatically each visit',
'LOG_ME_IN' => 'Remember me',
'MARK' => 'Mark',
'MARK_ALL' => 'Mark all',