X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/713644279113eae477c6a79e4a158eb365548741..37f2ab4d240926b9cb0b09090cff24c5ff63c5fd:/SL/Controller/Letter.pm diff --git a/SL/Controller/Letter.pm b/SL/Controller/Letter.pm index 2c93480c4..3ee9eb78d 100644 --- a/SL/Controller/Letter.pm +++ b/SL/Controller/Letter.pm @@ -151,7 +151,7 @@ sub action_delete { my ($self, %params) = @_; if (!$self->letter->delete) { - flash('error', t8('An error occured. Letter could not be deleted.')); + flash('error', t8('An error occurred. Letter could not be deleted.')); return $self->action_update; }