diff options
| author | Dhruv Goel <dhruv.goel92@gmail.com> | 2012-04-13 21:29:31 +0530 |
|---|---|---|
| committer | Dhruv Goel <dhruv.goel92@gmail.com> | 2012-05-17 14:02:28 +0530 |
| commit | 71f84164805293a2ab5c70ec49799ee8bfa5eac3 (patch) | |
| tree | c0c15280b08160cbc13b322796089c537daf0a7d /phpBB/language | |
| parent | bdf66b27ab6e46cfb1978feb05b13c83c9bd9597 (diff) | |
| download | forums-71f84164805293a2ab5c70ec49799ee8bfa5eac3.tar forums-71f84164805293a2ab5c70ec49799ee8bfa5eac3.tar.gz forums-71f84164805293a2ab5c70ec49799ee8bfa5eac3.tar.bz2 forums-71f84164805293a2ab5c70ec49799ee8bfa5eac3.tar.xz forums-71f84164805293a2ab5c70ec49799ee8bfa5eac3.zip | |
[feature/delete-auto-logins] improved styling and fixes language
Table ahs been styled. Date is now formatted properly instead of
the unix timestamp being displayed earlier. fixes small mistake in language
entry
PHPBB3-9647
Diffstat (limited to 'phpBB/language')
| -rw-r--r-- | phpBB/language/en/ucp.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/language/en/ucp.php b/phpBB/language/en/ucp.php index 926af99a12..44d14b2349 100644 --- a/phpBB/language/en/ucp.php +++ b/phpBB/language/en/ucp.php @@ -377,7 +377,7 @@ $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 persisten login keys can be selected and deleted.', + 'PROFILE_AUTOLOGIN_KEYS' => 'The persistent login keys can be selected and deleted.', 'PROFILE_NO_AUTOLOGIN_KEYS' => 'There are no saved persistent login keys.', 'RECIPIENT' => 'Recipient', |
