aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/language/en/acp/profile.php
diff options
context:
space:
mode:
authorJakub Senko <jakubsenko@gmail.com>2014-09-18 12:13:17 +0200
committerJakub Senko <jakubsenko@gmail.com>2014-09-18 12:13:17 +0200
commit31e43ce1243a2a68f8d975f07a9e52d082b6aa54 (patch)
treeac99dbfca7cea3509a862c2545f29b6f6fdee1a6 /phpBB/language/en/acp/profile.php
parent53e028ff1485bac571982a56200412fadb72dc83 (diff)
downloadforums-31e43ce1243a2a68f8d975f07a9e52d082b6aa54.tar
forums-31e43ce1243a2a68f8d975f07a9e52d082b6aa54.tar.gz
forums-31e43ce1243a2a68f8d975f07a9e52d082b6aa54.tar.bz2
forums-31e43ce1243a2a68f8d975f07a9e52d082b6aa54.tar.xz
forums-31e43ce1243a2a68f8d975f07a9e52d082b6aa54.zip
[ticket/12489] Add notice about %s wildcard in FIELD_IS_CONTACT_EXPLAIN
PHPBB3-12489
Diffstat (limited to 'phpBB/language/en/acp/profile.php')
-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 d27deed602..176e8832ae 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> placeholder that will be replaced by the value provided by the user.',
'FIELD_LENGTH' => 'Length of input box',
'FIELD_NOT_FOUND' => 'Profile field not found.',
'FIELD_STRING' => 'Single text field',