X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=SL%2FX.pm;h=9343deab012d33a5b3cdbd94de1d4056697adedd;hb=b9cd11d78faef7815e435c11aa6a12793e9cb9c9;hp=b8ae60ac632d36d45975c46c691ae026cb8a6c6a;hpb=6caf1000dabee234d86457ff433268cebd8e0447;p=kivitendo-erp.git diff --git a/SL/X.pm b/SL/X.pm index b8ae60ac6..9343deab0 100644 --- a/SL/X.pm +++ b/SL/X.pm @@ -22,7 +22,7 @@ use Exception::Class ( 'SL::X::DBRoseError' => { isa => 'SL::X::DBError', fields => [ qw(class metaobject object) ], - defaults => { error_template => [ '\'%s\' in object of type \'%s\' occured', qw(db_error class) ] }, + defaults => { error_template => [ '\'%s\' in object of type \'%s\' occurred', qw(db_error class) ] }, }, 'SL::X::DBUtilsError' => { isa => 'SL::X::DBError',