diff options
Diffstat (limited to 'includes/controller')
-rw-r--r-- | includes/controller/public_dashboard_controller.php | 4 | ||||
-rw-r--r-- | includes/controller/shift_entries_controller.php | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/includes/controller/public_dashboard_controller.php b/includes/controller/public_dashboard_controller.php index 45a54423..7d652a64 100644 --- a/includes/controller/public_dashboard_controller.php +++ b/includes/controller/public_dashboard_controller.php @@ -28,7 +28,7 @@ function public_dashboard_controller() } /** - * Gathers informations for free shifts to display. + * Gathers information for free shifts to display. * * @param array $shift */ @@ -62,7 +62,7 @@ function public_dashboard_controller_free_shift($shift) } /** - * Gathers informations for needed angels on dashboard + * Gathers information for needed angels on dashboard * * @param array $needed_angels */ diff --git a/includes/controller/shift_entries_controller.php b/includes/controller/shift_entries_controller.php index 9ea25a79..8dbf03ef 100644 --- a/includes/controller/shift_entries_controller.php +++ b/includes/controller/shift_entries_controller.php @@ -307,7 +307,7 @@ function shift_entry_delete_controller() $angeltype = AngelType($shiftEntry['TID']); $signout_user = User($shiftEntry['UID']); if (! Shift_signout_allowed($shift, $angeltype, $signout_user)) { - error(_('You are not allowed to remove this shift entry. If neccessary, ask your supporter or heaven to do so.')); + error(_('You are not allowed to remove this shift entry. If necessary, ask your supporter or heaven to do so.')); redirect(user_link($signout_user)); } |