diff options
author | Meik Sievertsen <acydburn@phpbb.com> | 2007-05-19 23:39:45 +0000 |
---|---|---|
committer | Meik Sievertsen <acydburn@phpbb.com> | 2007-05-19 23:39:45 +0000 |
commit | 08a45760b498d19ca4d2c5c2f60303db6c4f17f3 (patch) | |
tree | 189d0167b85346c098c4228bb02dbdd56cbc4a35 /phpBB/language/en | |
parent | bb324ee09d38a35c3f63b63e312f8030524f653a (diff) | |
download | forums-08a45760b498d19ca4d2c5c2f60303db6c4f17f3.tar forums-08a45760b498d19ca4d2c5c2f60303db6c4f17f3.tar.gz forums-08a45760b498d19ca4d2c5c2f60303db6c4f17f3.tar.bz2 forums-08a45760b498d19ca4d2c5c2f60303db6c4f17f3.tar.xz forums-08a45760b498d19ca4d2c5c2f60303db6c4f17f3.zip |
#11229, #11233
git-svn-id: file:///svn/phpbb/trunk@7650 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/language/en')
-rw-r--r-- | phpBB/language/en/acp/posting.php | 2 | ||||
-rw-r--r-- | phpBB/language/en/acp/profile.php | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/phpBB/language/en/acp/posting.php b/phpBB/language/en/acp/posting.php index aa319ddb94..c543c5f246 100644 --- a/phpBB/language/en/acp/posting.php +++ b/phpBB/language/en/acp/posting.php @@ -181,7 +181,7 @@ $lang = array_merge($lang, array( // Ranks $lang = array_merge($lang, array( - 'ACP_RANKS_EXPLAIN' => 'Using this form you can add, edit, view and delete ranks. You can also create custom ranks which can be applied to a user via the user management facility.', + 'ACP_RANKS_EXPLAIN' => 'Using this form you can add, edit, view and delete ranks. You can also create special ranks which can be applied to a user via the user management facility.', 'ADD_RANK' => 'Add new rank', 'MUST_SELECT_RANK' => 'You must select a rank.', diff --git a/phpBB/language/en/acp/profile.php b/phpBB/language/en/acp/profile.php index 08f187a3e7..b40ea4b171 100644 --- a/phpBB/language/en/acp/profile.php +++ b/phpBB/language/en/acp/profile.php @@ -125,8 +125,8 @@ $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 where you are able to preview 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, where you are able to preview and test the changed settings.', + '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_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', 'STEP_2_EXPLAIN_CREATE' => 'Here you are able to define some common options you may want to adjust.', |