diff --git a/app_config/cache/install/language/13.php b/app_config/cache/install/language/13.php index 891c7bc..81605fd 100644 --- a/app_config/cache/install/language/13.php +++ b/app_config/cache/install/language/13.php @@ -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.
Note: 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.
Note: 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.
Note: this requires the group also to have moderator privileges.'), 'admin'), diff --git a/app_config/cache/language/English/admin.php b/app_config/cache/language/English/admin.php index a870228..9f00267 100644 --- a/app_config/cache/language/English/admin.php +++ b/app_config/cache/language/English/admin.php @@ -211,8 +211,8 @@ 'ban' => 'Ban', 'modviewip' => 'View IP addresses', 'modbanusers' => 'Ban users', - 'moddeleteposts' => 'Delete other' posts', - 'modeditposts' => 'Edit other' posts', + 'moddeleteposts' => 'Delete others' posts', + 'modeditposts' => 'Edit others' posts', 'modviewipdesc' => 'Allow the user to view IP addresses of users when they post and register, and also allow use of the IP Tracker.
Note: 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.
Note: 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.
Note: this requires the group also to have moderator privileges.', diff --git a/app_resources/database/upgrades/4.php b/app_resources/database/upgrades/4.php index ba76478..581db14 100644 --- a/app_resources/database/upgrades/4.php +++ b/app_resources/database/upgrades/4.php @@ -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' posts', 'English', 'admin'); -ExtensionConfig::add_language_key('modeditposts', 'Edit other' posts', 'English', 'admin'); +ExtensionConfig::add_language_key('moddeleteposts', 'Delete others' posts', 'English', 'admin'); +ExtensionConfig::add_language_key('modeditposts', 'Edit others' 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.
Note: 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.
Note: 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.
Note: this requires the group also to have moderator privileges.', 'English', 'admin');