X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/da6ff55e68bf46e8aef1047f39e59784b090a650..ce5a051eaef37d00a3d72c8346f8751e1cfbd815:/bin/mozilla/ap.pl diff --git a/bin/mozilla/ap.pl b/bin/mozilla/ap.pl index 0e7baf388..687f149cd 100644 --- a/bin/mozilla/ap.pl +++ b/bin/mozilla/ap.pl @@ -154,9 +154,9 @@ sub load_record_template { $::form->{$_} = $form_defaults->{$_} for keys %{ $form_defaults // {} }; flash('info', $::locale->text("The record template '#1' has been loaded.", $template->template_name)); - flash('info', $::locale->text("Payment bookings disallowed. After the booking this record may be - suggested with the amount of '#1' or otherwise has to be choosen manually. - No automatic payment booking will be done to chart '#2'.", + flash('info', $::locale->text("Payment bookings disallowed. After the booking this record may be " . + "suggested with the amount of '#1' or otherwise has to be choosen manually." . + " No automatic payment booking will be done to chart '#2'.", $form_defaults->{paid_1_suggestion}, $form_defaults->{AP_paid_1_suggestion}, )) if $::form->{no_payment_bookings};