Browse Source

! Fix the reported permissions to have the right descriptions.

Signed-off-by: Peter Spicer <[email protected]>
Peter Spicer 10 years ago
parent
commit
50cf4fa0d0
1 changed files with 1 additions and 2 deletions
  1. 1 2
      Themes/default/languages/Reports.english.php

+ 1 - 2
Themes/default/languages/Reports.english.php

@@ -123,8 +123,7 @@ $txt['group_perms_name_profile_remove_any'] = 'Delete any account';
 $txt['group_perms_name_profile_remove_own'] = 'Delete own account';
 $txt['group_perms_name_profile_title_any'] = 'Edit any custom title';
 $txt['group_perms_name_profile_title_own'] = 'Edit own custom title';
-$txt['group_perms_name_profile_view_any'] = 'View any profile';
-$txt['group_perms_name_profile_view_own'] = 'View  own profile';
+$txt['group_perms_name_profile_view'] = 'View any user\'s profile';
 $txt['group_perms_name_search_posts'] = 'Search for posts';
 $txt['group_perms_name_send_mail'] = 'Send a forum email to members';
 $txt['group_perms_name_view_mlist'] = 'View the memberlist';