aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/language
diff options
context:
space:
mode:
authorJoas Schilling <nickvergessen@gmx.de>2014-10-07 11:41:47 +0200
committerJoas Schilling <nickvergessen@gmx.de>2014-10-07 11:41:47 +0200
commit61601a052c0f04e1792fff2d4d0d2ad3a8a0ff99 (patch)
tree2478f23df808261e19037719bccdac5fc692b580 /phpBB/language
parent46a9e5657fb16648191e1ffb8004029f5e5f73e1 (diff)
parent0c0024497d8e28e40cdd3ca05690781e9f963c55 (diff)
downloadforums-61601a052c0f04e1792fff2d4d0d2ad3a8a0ff99.tar
forums-61601a052c0f04e1792fff2d4d0d2ad3a8a0ff99.tar.gz
forums-61601a052c0f04e1792fff2d4d0d2ad3a8a0ff99.tar.bz2
forums-61601a052c0f04e1792fff2d4d0d2ad3a8a0ff99.tar.xz
forums-61601a052c0f04e1792fff2d4d0d2ad3a8a0ff99.zip
Merge pull request #2942 from Senky/ticket/12489
[ticket/12489] Description for Contact link in custom profile fields
Diffstat (limited to 'phpBB/language')
-rw-r--r--phpBB/language/en/acp/profile.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/language/en/acp/profile.php b/phpBB/language/en/acp/profile.php
index 5972f8a18e..d365aeb183 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.',
+ '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',