diff options
author | msquare <msquare@notrademark.de> | 2017-12-25 23:26:05 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-12-25 23:26:05 +0100 |
commit | 879918864a9c6da0fe9be1aca6c443ec8df0afc3 (patch) | |
tree | 0e95f2afef595ee383d5a125093fba4d0fe4f2d9 /includes/controller/shift_entries_controller.php | |
parent | 6f29b6492d0fa85821e155714548ae6aa0786b90 (diff) | |
parent | a6cf4c9ce9ce9697da65fc80e4fbe8940c8536fc (diff) |
Merge pull request #387 from ka7/feature/spelling
spelling fixes
Diffstat (limited to 'includes/controller/shift_entries_controller.php')
-rw-r--r-- | includes/controller/shift_entries_controller.php | 2 |
1 files changed, 1 insertions, 1 deletions
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)); } |