diff options
author | Giampaolo Falqui <giampaolofalqui@gmail.com> | 2014-09-18 02:25:39 +0200 |
---|---|---|
committer | Giampaolo Falqui <giampaolofalqui@gmail.com> | 2014-09-18 02:25:39 +0200 |
commit | a2b5ec7e1bed7238a8ac92592b613cfcba764d8d (patch) | |
tree | 712cc4b8d69829c8c30e836f201fc1fcac78aa64 /phpBB/language/en/acp/profile.php | |
parent | 6c043c4a86d3233ea8360fd96f8898c2793f36f5 (diff) | |
download | forums-a2b5ec7e1bed7238a8ac92592b613cfcba764d8d.tar forums-a2b5ec7e1bed7238a8ac92592b613cfcba764d8d.tar.gz forums-a2b5ec7e1bed7238a8ac92592b613cfcba764d8d.tar.bz2 forums-a2b5ec7e1bed7238a8ac92592b613cfcba764d8d.tar.xz forums-a2b5ec7e1bed7238a8ac92592b613cfcba764d8d.zip |
[ticket/13068] Language correction in FIELD_IS_CONTACT_EXPLAIN
PHPBB3-13068
Diffstat (limited to 'phpBB/language/en/acp/profile.php')
-rw-r--r-- | phpBB/language/en/acp/profile.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/language/en/acp/profile.php b/phpBB/language/en/acp/profile.php index 67813bcba4..d27deed602 100644 --- a/phpBB/language/en/acp/profile.php +++ b/phpBB/language/en/acp/profile.php @@ -99,7 +99,7 @@ $lang = array_merge($lang, array( 'FIELD_IDENT_EXPLAIN' => 'The field identification is a name to identify the profile field within the database and the templates.', 'FIELD_INT' => 'Numbers', 'FIELD_IS_CONTACT' => 'Display field as a contact field', - 'FIELD_IS_CONTACT_EXPLAIN' => 'Contact fields are displayed with in the contact section of the user profile and are displayed differently in the mini profile next to posts and private messages.', + 'FIELD_IS_CONTACT_EXPLAIN' => 'Contact fields are displayed within the contact section of the user profile and are displayed differently in the mini profile next to posts and private messages.', 'FIELD_LENGTH' => 'Length of input box', 'FIELD_NOT_FOUND' => 'Profile field not found.', 'FIELD_STRING' => 'Single text field', |