diff options
author | Meik Sievertsen <acydburn@phpbb.com> | 2007-12-27 16:27:24 +0000 |
---|---|---|
committer | Meik Sievertsen <acydburn@phpbb.com> | 2007-12-27 16:27:24 +0000 |
commit | 12e59cf347268871713da078c2b86ea116409c61 (patch) | |
tree | 33573b9734b4e81f1cff33bdc9c9dedad041c6a5 /phpBB/language | |
parent | 8ec08728a6fde09c180eb79bef060fe563852e58 (diff) | |
download | forums-12e59cf347268871713da078c2b86ea116409c61.tar forums-12e59cf347268871713da078c2b86ea116409c61.tar.gz forums-12e59cf347268871713da078c2b86ea116409c61.tar.bz2 forums-12e59cf347268871713da078c2b86ea116409c61.tar.xz forums-12e59cf347268871713da078c2b86ea116409c61.zip |
Ticket #16945
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@8288 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/language')
-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 8bddbebbd3..bba425d076 100644 --- a/phpBB/language/en/acp/permissions.php +++ b/phpBB/language/en/acp/permissions.php @@ -115,7 +115,7 @@ $lang = array_merge($lang, array( 'DEFAULT' => 'Default', 'DELETE_ROLE' => 'Delete role', - 'DELETE_ROLE_CONFIRM' => 'Are you sure you want to remove this role? Items having this role assigned will <strong>not</strong> loose their permission settings.', + 'DELETE_ROLE_CONFIRM' => 'Are you sure you want to remove this role? Items having this role assigned will <strong>not</strong> lose their permission settings.', 'DISPLAY_ROLE_ITEMS' => 'View items using this role', 'EDIT_PERMISSIONS' => 'Edit permissions', |