diff options
author | Andreas Fischer <bantu@phpbb.com> | 2009-08-18 14:37:49 +0000 |
---|---|---|
committer | Andreas Fischer <bantu@phpbb.com> | 2009-08-18 14:37:49 +0000 |
commit | 54362bbe2bd3155262f3a8c7dd3034facc97b06c (patch) | |
tree | 569f52da0ac916bfe24d9d425f26b414772123ec /phpBB/language/en/acp | |
parent | 4f7cf6af2a8063a8df8d82af179ef44f5e9c1da1 (diff) | |
download | forums-54362bbe2bd3155262f3a8c7dd3034facc97b06c.tar forums-54362bbe2bd3155262f3a8c7dd3034facc97b06c.tar.gz forums-54362bbe2bd3155262f3a8c7dd3034facc97b06c.tar.bz2 forums-54362bbe2bd3155262f3a8c7dd3034facc97b06c.tar.xz forums-54362bbe2bd3155262f3a8c7dd3034facc97b06c.zip |
Adjustment to r9887: Only use one language variable.
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@10017 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/language/en/acp')
-rw-r--r-- | phpBB/language/en/acp/permissions.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/language/en/acp/permissions.php b/phpBB/language/en/acp/permissions.php index 716f39a686..cf248cffdb 100644 --- a/phpBB/language/en/acp/permissions.php +++ b/phpBB/language/en/acp/permissions.php @@ -110,7 +110,7 @@ $lang = array_merge($lang, array( 'APPLY_PERMISSIONS_EXPLAIN' => 'The permissions and role defined for this item will only be applied to this item and all checked items.', 'AUTH_UPDATED' => 'Permissions have been updated.', - 'COPY_PERMISSIONS_CONFIRM' => 'Please be aware that this will overwrite any existing permissions on the selected targets.', + 'COPY_PERMISSIONS_CONFIRM' => 'Are you sure you wish to carry out this operation? Please be aware that this will overwrite any existing permissions on the selected targets.', 'COPY_PERMISSIONS_FORUM_FROM_EXPLAIN' => 'The source forum you want to copy permissions from.', 'COPY_PERMISSIONS_FORUM_TO_EXPLAIN' => 'The destination forums you want the copied permissions applied to.', 'COPY_PERMISSIONS_FROM' => 'Copy permissions from', |