aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDhruv Goel <dhruv.goel92@gmail.com>2012-04-10 18:33:55 +0530
committerDhruv Goel <dhruv.goel92@gmail.com>2012-05-17 14:02:20 +0530
commitdfedc995ed04c777c933dc68d0da388d8214cb1b (patch)
tree34e70b90d8b178b74c6f5b9ae5c88589fbae2c8f
parent4129711e9f9b67ea102594254434f6210cd03e81 (diff)
downloadforums-dfedc995ed04c777c933dc68d0da388d8214cb1b.tar
forums-dfedc995ed04c777c933dc68d0da388d8214cb1b.tar.gz
forums-dfedc995ed04c777c933dc68d0da388d8214cb1b.tar.bz2
forums-dfedc995ed04c777c933dc68d0da388d8214cb1b.tar.xz
forums-dfedc995ed04c777c933dc68d0da388d8214cb1b.zip
[feature/delete-auto-logins] Fixes language entries
Fixed language entries so that UI shows persistent login keys instead of autologin keys. PHPBB3-9647
-rw-r--r--phpBB/language/en/ucp.php8
1 files changed, 4 insertions, 4 deletions
diff --git a/phpBB/language/en/ucp.php b/phpBB/language/en/ucp.php
index 1e36b4e9f7..926af99a12 100644
--- a/phpBB/language/en/ucp.php
+++ b/phpBB/language/en/ucp.php
@@ -87,7 +87,7 @@ $lang = array_merge($lang, array(
'ATTACHMENTS_EXPLAIN' => 'This is a list of attachments you have made in posts to this board.',
'ATTACHMENTS_DELETED' => 'Attachments successfully deleted.',
'ATTACHMENT_DELETED' => 'Attachment successfully deleted.',
- 'AUTOLOGIN_SESSION_KEYS_DELETED'=> 'The selected auto-login session keys were successfully deleted.',
+ 'AUTOLOGIN_SESSION_KEYS_DELETED'=> 'The selected persistent login keys were successfully deleted.',
'AVATAR_CATEGORY' => 'Category',
'AVATAR_EXPLAIN' => 'Maximum dimensions; width: %1$s, height: %2$s, file size: %3$.2f KiB.',
'AVATAR_FEATURES_DISABLED' => 'The avatar functionality is currently disabled.',
@@ -377,8 +377,8 @@ $lang = array_merge($lang, array(
'PREFERENCES_UPDATED' => 'Your preferences have been updated.',
'PROFILE_INFO_NOTICE' => 'Please note that this information may be viewable to other members. Be careful when including any personal details. Any fields marked with a * must be completed.',
'PROFILE_UPDATED' => 'Your profile has been updated.',
- 'PROFILE_AUTOLOGIN_KEYS' => 'The auto-login session keys can be selected and deleted.',
- 'PROFILE_NO_AUTOLOGIN_KEYS' => 'There are no saved auto-login session keys.',
+ 'PROFILE_AUTOLOGIN_KEYS' => 'The persisten login keys can be selected and deleted.',
+ 'PROFILE_NO_AUTOLOGIN_KEYS' => 'There are no saved persistent login keys.',
'RECIPIENT' => 'Recipient',
'RECIPIENTS' => 'Recipients',
@@ -468,7 +468,7 @@ $lang = array_merge($lang, array(
'UCP_PROFILE_PROFILE_INFO' => 'Edit profile',
'UCP_PROFILE_REG_DETAILS' => 'Edit account settings',
'UCP_PROFILE_SIGNATURE' => 'Edit signature',
- 'UCP_PROFILE_AUTOLOGIN_KEYS'=> 'Edit auto-login session keys',
+ 'UCP_PROFILE_AUTOLOGIN_KEYS'=> 'Edit persistent login keys',
'UCP_USERGROUPS' => 'Usergroups',
'UCP_USERGROUPS_MEMBER' => 'Edit memberships',