diff options
author | Jakub Senko <jakubsenko@gmail.com> | 2014-10-07 10:24:30 +0200 |
---|---|---|
committer | Jakub Senko <jakubsenko@gmail.com> | 2014-10-07 10:24:30 +0200 |
commit | 0c0024497d8e28e40cdd3ca05690781e9f963c55 (patch) | |
tree | 19dc280f817818bd1f9a03ca85c14e7f82bb15cf | |
parent | 31e43ce1243a2a68f8d975f07a9e52d082b6aa54 (diff) | |
download | forums-0c0024497d8e28e40cdd3ca05690781e9f963c55.tar forums-0c0024497d8e28e40cdd3ca05690781e9f963c55.tar.gz forums-0c0024497d8e28e40cdd3ca05690781e9f963c55.tar.bz2 forums-0c0024497d8e28e40cdd3ca05690781e9f963c55.tar.xz forums-0c0024497d8e28e40cdd3ca05690781e9f963c55.zip |
[ticket/12489] Language correction
PHPBB3-12489
-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 176e8832ae..7620ce3a5e 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 within the contact section of the user profile and are displayed differently in the mini profile next to posts and private messages. You can use <samp>%s</samp> placeholder that will be replaced by the value provided by the user.', + '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. You can use <samp>%s</samp> as a placeholder variable which will be replaced by a value provided by the user.', 'FIELD_LENGTH' => 'Length of input box', 'FIELD_NOT_FOUND' => 'Profile field not found.', 'FIELD_STRING' => 'Single text field', |