aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/language
diff options
context:
space:
mode:
authorTristan Darricau <tristan.darricau@gmail.com>2018-07-08 18:41:42 +0200
committerTristan Darricau <tristan.darricau@gmail.com>2018-07-08 18:41:42 +0200
commit0e580d2ab019cff841c4888756cf110289ac146c (patch)
treed1b300f20d5bb9363bec52a1ba8a14904ea52987 /phpBB/language
parent078d07652637d1a0ce603c684724be01677d3197 (diff)
parentf671022a6d02db469aa514506d0cb9d787ce49b5 (diff)
downloadforums-0e580d2ab019cff841c4888756cf110289ac146c.tar
forums-0e580d2ab019cff841c4888756cf110289ac146c.tar.gz
forums-0e580d2ab019cff841c4888756cf110289ac146c.tar.bz2
forums-0e580d2ab019cff841c4888756cf110289ac146c.tar.xz
forums-0e580d2ab019cff841c4888756cf110289ac146c.zip
Merge pull request #5252 from senky/ticket/15674
[ticket/15674] Edit language lines in file en\acp\profile.php * github.com:/phpbb/phpbb: [ticket/15674] Improve CPF lang descriptions
Diffstat (limited to 'phpBB/language')
-rw-r--r--phpBB/language/en/acp/profile.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/phpBB/language/en/acp/profile.php b/phpBB/language/en/acp/profile.php
index d365aeb183..41cbd9cb93 100644
--- a/phpBB/language/en/acp/profile.php
+++ b/phpBB/language/en/acp/profile.php
@@ -161,8 +161,8 @@ $lang = array_merge($lang, array(
'STEP_2_EXPLAIN_EDIT' => 'Here you are able to change some common options.<br /><strong>Please note that changes to profile fields will not affect existing profile fields entered by your users.</strong>',
'STEP_2_TITLE_CREATE' => 'Profile type specific options',
'STEP_2_TITLE_EDIT' => 'Profile type specific options',
- 'STEP_3_EXPLAIN_CREATE' => 'Since you have more than one board language installed, you have to fill out the remaining language items too. The profile field will work with the default language enabled, you are able to fill out the remaining language items later too.',
- 'STEP_3_EXPLAIN_EDIT' => 'Since you have more than one board language installed, you now can change or add the remaining language items too. The profile field will work with the default language enabled.',
+ 'STEP_3_EXPLAIN_CREATE' => 'Since you have more than one board language installed, you have to fill out the remaining language items too. If you don’t, then default language setting for this custom profile field will be used, you are able to fill out the remaining language items later too.',
+ 'STEP_3_EXPLAIN_EDIT' => 'Since you have more than one board language installed, you now can change or add the remaining language items too. If you don’t, then default language setting for this custom profile field will be used.',
'STEP_3_TITLE_CREATE' => 'Remaining language definitions',
'STEP_3_TITLE_EDIT' => 'Language definitions',
'STRING_DEFAULT_VALUE_EXPLAIN' => 'Enter a default phrase to be displayed, a default value. Leave empty if you want to show it empty at the first place.',