Skip to content
This repository has been archived by the owner on May 16, 2023. It is now read-only.

Commit

Permalink
fixed a typo in the stock cache
Browse files Browse the repository at this point in the history
  • Loading branch information
jacob-g committed Jan 17, 2016
1 parent a7942c8 commit 86f4715
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions app_config/cache/install/language/13.php
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@
array('English', $db->escape('ban'), $db->escape('Ban'), 'admin'),
array('English', $db->escape('modviewip'), $db->escape('View IP addresses'), 'admin'),
array('English', $db->escape('modbanusers'), $db->escape('Ban users'), 'admin'),
array('English', $db->escape('moddeleteposts'), $db->escape('Delete other' posts'), 'admin'),
array('English', $db->escape('modeditposts'), $db->escape('Edit other' posts'), 'admin'),
array('English', $db->escape('moddeleteposts'), $db->escape('Delete others' posts'), 'admin'),
array('English', $db->escape('modeditposts'), $db->escape('Edit others' posts'), 'admin'),
array('English', $db->escape('modviewipdesc'), $db->escape('Allow the user to view IP addresses of users when they post and register, and also allow use of the IP Tracker.<br /><b>Note:</b> this requires the group also to have moderator privileges.'), 'admin'),
array('English', $db->escape('modbanusersdesc'), $db->escape('Allow users to ban other users by username. Also allows banning by IP if the "View IP addresses" option is enabled.<br /><b>Note:</b> this requires the group also to have moderator privileges.'), 'admin'),
array('English', $db->escape('moddeletepostsdesc'), $db->escape('Allow users of this group to delete all posts. Also grants access to the trash bin.<br /><b>Note:</b> this requires the group also to have moderator privileges.'), 'admin'),
Expand Down
4 changes: 2 additions & 2 deletions app_config/cache/language/English/admin.php
Original file line number Diff line number Diff line change
Expand Up @@ -211,8 +211,8 @@
'ban' => 'Ban',
'modviewip' => 'View IP addresses',
'modbanusers' => 'Ban users',
'moddeleteposts' => 'Delete other&apos; posts',
'modeditposts' => 'Edit other&apos; posts',
'moddeleteposts' => 'Delete others&apos; posts',
'modeditposts' => 'Edit others&apos; posts',
'modviewipdesc' => 'Allow the user to view IP addresses of users when they post and register, and also allow use of the IP Tracker.<br /><b>Note:</b> this requires the group also to have moderator privileges.',
'modbanusersdesc' => 'Allow users to ban other users by username. Also allows banning by IP if the "View IP addresses" option is enabled.<br /><b>Note:</b> this requires the group also to have moderator privileges.',
'moddeletepostsdesc' => 'Allow users of this group to delete all posts. Also grants access to the trash bin.<br /><b>Note:</b> this requires the group also to have moderator privileges.',
Expand Down
4 changes: 2 additions & 2 deletions app_resources/database/upgrades/4.php
Original file line number Diff line number Diff line change
Expand Up @@ -94,8 +94,8 @@
ExtensionConfig::add_language_key('ban', 'Ban', 'English', 'admin');
ExtensionConfig::add_language_key('modviewip', 'View IP addresses', 'English', 'admin');
ExtensionConfig::add_language_key('modbanusers', 'Ban users', 'English', 'admin');
ExtensionConfig::add_language_key('moddeleteposts', 'Delete other&apos; posts', 'English', 'admin');
ExtensionConfig::add_language_key('modeditposts', 'Edit other&apos; posts', 'English', 'admin');
ExtensionConfig::add_language_key('moddeleteposts', 'Delete others&apos; posts', 'English', 'admin');
ExtensionConfig::add_language_key('modeditposts', 'Edit others&apos; posts', 'English', 'admin');
ExtensionConfig::add_language_key('modviewipdesc', 'Allow the user to view IP addresses of users when they post and register, and also allow use of the IP Tracker.<br /><b>Note:</b> this requires the group also to have moderator privileges.', 'English', 'admin');
ExtensionConfig::add_language_key('modbanusersdesc', 'Allow users to ban other users by username. Also allows banning by IP if the "View IP addresses" option is enabled.<br /><b>Note:</b> this requires the group also to have moderator privileges.', 'English', 'admin');
ExtensionConfig::add_language_key('moddeletepostsdesc', 'Allow users of this group to delete all posts. Also grants access to the trash bin.<br /><b>Note:</b> this requires the group also to have moderator privileges.', 'English', 'admin');
Expand Down

0 comments on commit 86f4715

Please sign in to comment.