diff options
author | Meik Sievertsen <acydburn@phpbb.com> | 2007-05-20 10:07:05 +0000 |
---|---|---|
committer | Meik Sievertsen <acydburn@phpbb.com> | 2007-05-20 10:07:05 +0000 |
commit | d5477a53dac3a655907b45986b25c962335b086c (patch) | |
tree | 033ef149422739ba0779f2ec12b7dacde9465984 /phpBB/language/en | |
parent | 15a4889f49a6ed2c63bb2ea8e902258ea860a923 (diff) | |
download | forums-d5477a53dac3a655907b45986b25c962335b086c.tar forums-d5477a53dac3a655907b45986b25c962335b086c.tar.gz forums-d5477a53dac3a655907b45986b25c962335b086c.tar.bz2 forums-d5477a53dac3a655907b45986b25c962335b086c.tar.xz forums-d5477a53dac3a655907b45986b25c962335b086c.zip |
language change and reset locked status for link forum type.
git-svn-id: file:///svn/phpbb/trunk@7652 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/language/en')
-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 b40ea4b171..bd4a3f0e6e 100644 --- a/phpBB/language/en/acp/profile.php +++ b/phpBB/language/en/acp/profile.php @@ -125,7 +125,7 @@ $lang = array_merge($lang, array( 'SAVE' => 'Save', 'SECOND_OPTION' => 'Second option', - 'STEP_1_EXPLAIN_CREATE' => 'Here you can enter the first basic parameters of your new profile field. These information are needed for the second step where you are able to set remaining options and tweak your profile field further.', + 'STEP_1_EXPLAIN_CREATE' => 'Here you can enter the first basic parameters of your new profile field. This information is needed for the second step where you’ll be able to set remaining options and tweak your profile field further.', 'STEP_1_EXPLAIN_EDIT' => 'Here you can change the basic parameters of your profile field. The relevant options are re-calculated within the second step.', 'STEP_1_TITLE_CREATE' => 'Add profile field', 'STEP_1_TITLE_EDIT' => 'Edit profile field', |