diff options
| author | Meik Sievertsen <acydburn@phpbb.com> | 2007-05-19 15:44:23 +0000 |
|---|---|---|
| committer | Meik Sievertsen <acydburn@phpbb.com> | 2007-05-19 15:44:23 +0000 |
| commit | aa4ad4b62e7db7a069420bb342f04ef7b81b1efd (patch) | |
| tree | fb26c99a7321452f5c5bb780cda8db67a9b61eec /phpBB/language/en/ucp.php | |
| parent | 4dd4302ff8740701b24596aac028dffbf11c1d09 (diff) | |
| download | forums-aa4ad4b62e7db7a069420bb342f04ef7b81b1efd.tar forums-aa4ad4b62e7db7a069420bb342f04ef7b81b1efd.tar.gz forums-aa4ad4b62e7db7a069420bb342f04ef7b81b1efd.tar.bz2 forums-aa4ad4b62e7db7a069420bb342f04ef7b81b1efd.tar.xz forums-aa4ad4b62e7db7a069420bb342f04ef7b81b1efd.zip | |
Allow pre-setting language dependant data in schema_data.sql... specified with {L_*}, also create the search index on installation
git-svn-id: file:///svn/phpbb/trunk@7644 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/language/en/ucp.php')
| -rw-r--r-- | phpBB/language/en/ucp.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/language/en/ucp.php b/phpBB/language/en/ucp.php index 0b428b69eb..9658dc6ab0 100644 --- a/phpBB/language/en/ucp.php +++ b/phpBB/language/en/ucp.php @@ -314,7 +314,7 @@ $lang = array_merge($lang, array( 'PASSWORD_ACTIVATED' => 'Your new password has been activated.', 'PASSWORD_UPDATED' => 'Your password has been sent successfully to your original e-mail address.', 'PERMISSIONS_RESTORED' => 'Successfully restored original permissions.', - 'PERMISSIONS_TRANSFERRED' => 'Successfully transferred permissions from <strong>%s</strong>, you are now able to browse the board with the users permissions.<br />Please note that admin permissions were not transferred. You are able to revert to your permission set at any time.', + 'PERMISSIONS_TRANSFERRED' => 'Successfully transferred permissions from <strong>%s</strong>, you are now able to browse the board with this user’s permissions.<br />Please note that admin permissions were not transferred. You are able to revert to your permission set at any time.', 'PM_DISABLED' => 'Private messaging has been disabled on this board.', 'PM_FROM' => 'From', 'PM_FROM_REMOVED_AUTHOR' => 'This message was sent by a user no longer registered.', |
