X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/336f48b84d380456867ecf20cc42b2e05272a935..9708fb4924239187cf919f78995e06c6fe2b5275:/SL/Form.pm diff --git a/SL/Form.pm b/SL/Form.pm index a0dbb91cc..2d4bbd8c9 100644 --- a/SL/Form.pm +++ b/SL/Form.pm @@ -2614,8 +2614,8 @@ sub mtime_ischanged { $ref->{mtime} ||= $ref->{itime}; if ($self->{lastmtime} && $self->{lastmtime} ne $ref->{mtime} ) { - my $etxt = ($option eq 'mail') ? "The document has been changed from other user. Please reopen it in another window and copy the changes to the new window" : - "The document has been changed from other user. No mail was sent. Please reopen it in another window and copy the changes to the new window"; + my $etxt = ($option eq 'mail') ? "The document has been changed by another user. Please reopen it in another window and copy the changes to the new window" : + "The document has been changed by another user. No mail was sent. Please reopen it in another window and copy the changes to the new window"; $self->error($main::locale->text($etxt)); ::end_of_request(); }