diff --git a/include/staff/filter.inc.php b/include/staff/filter.inc.php index b216779ac4f54fcbf0c17694061ae7c4c000612b..4175f2b3b2ff35df8fcefc5b9d243996454a476e 100644 --- a/include/staff/filter.inc.php +++ b/include/staff/filter.inc.php @@ -227,7 +227,7 @@ $info=Format::htmlchars(($errors && $_POST)?$_POST:$info); <th colspan="2"> <em><strong><?php echo __('Filter Actions');?></strong>: <div><?php - echo __('Can be overwridden by other filters depending on processing order.'); + echo __('Can be overridden by other filters depending on processing order.'); ?><br/><?php echo __('Actions are executed in the order declared below'); ?></div></em> diff --git a/include/staff/settings-emails.inc.php b/include/staff/settings-emails.inc.php index d84fdd63bc5411a3fae5345199f0976a27ed05e3..eddfb56a3340d923c50bd883fcfe2f39b399504e 100644 --- a/include/staff/settings-emails.inc.php +++ b/include/staff/settings-emails.inc.php @@ -9,7 +9,7 @@ if(!defined('OSTADMININC') || !$thisstaff || !$thisstaff->isAdmin() || !$config) <thead> <tr> <th colspan="2"> - <em><?php echo __('Note that some of the global settings can be overwridden at department/email level.');?></em> + <em><?php echo __('Note that some of the global settings can be overridden at department/email level.');?></em> </th> </tr> </thead>