Browse Source

And add our languuage strings

Signed-off-by: John Rayes <[email protected]>
John Rayes 10 years ago
parent
commit
3f67558459
1 changed files with 2 additions and 0 deletions
  1. 2 0
      Themes/default/languages/ManagePermissions.english.php

+ 2 - 0
Themes/default/languages/ManagePermissions.english.php

@@ -84,6 +84,8 @@ $txt['permissions_board_desc'] = '<strong>Note</strong>: changing these board pe
 $txt['permissions_commit'] = 'Save changes';
 $txt['permissions_on'] = 'in profile';
 $txt['permissions_local_for'] = 'Permissions for group';
+$txt['permissions_option_own'] = 'Own';
+$txt['permissions_option_any'] = 'Any';
 $txt['permissions_option_on'] = 'A';
 $txt['permissions_option_off'] = 'X';
 $txt['permissions_option_deny'] = 'D';