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 | c3ef1109c079861da46f0cb1bac769a87a986f7e (patch) | |
tree | e340ac4fd80778c6e46e00ca4727494d1709cd5c /phpBB/language | |
parent | bf2741ca804d4a5290393c1a6bbcc11faed6bd9f (diff) | |
download | forums-c3ef1109c079861da46f0cb1bac769a87a986f7e.tar forums-c3ef1109c079861da46f0cb1bac769a87a986f7e.tar.gz forums-c3ef1109c079861da46f0cb1bac769a87a986f7e.tar.bz2 forums-c3ef1109c079861da46f0cb1bac769a87a986f7e.tar.xz forums-c3ef1109c079861da46f0cb1bac769a87a986f7e.zip |
Ticket #16945
git-svn-id: file:///svn/phpbb/trunk@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', |