mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 06:08:52 +00:00
[ticket/13068] Language correction in FIELD_IS_CONTACT_EXPLAIN
PHPBB3-13068
This commit is contained in:
parent
6c043c4a86
commit
a2b5ec7e1b
1 changed files with 1 additions and 1 deletions
|
@ -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_IDENT_EXPLAIN' => 'The field identification is a name to identify the profile field within the database and the templates.',
|
||||||
'FIELD_INT' => 'Numbers',
|
'FIELD_INT' => 'Numbers',
|
||||||
'FIELD_IS_CONTACT' => 'Display field as a contact field',
|
'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_LENGTH' => 'Length of input box',
|
||||||
'FIELD_NOT_FOUND' => 'Profile field not found.',
|
'FIELD_NOT_FOUND' => 'Profile field not found.',
|
||||||
'FIELD_STRING' => 'Single text field',
|
'FIELD_STRING' => 'Single text field',
|
||||||
|
|
Loading…
Add table
Reference in a new issue