X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/d9ff130dc4087394f2fcbe04d0ea99fc31643a3c..00177fae5986f1de25515c7103d10fc36a38cefd:/bin/mozilla/generictranslations.pl diff --git a/bin/mozilla/generictranslations.pl b/bin/mozilla/generictranslations.pl index 3481fca96..4e6d26328 100644 --- a/bin/mozilla/generictranslations.pl +++ b/bin/mozilla/generictranslations.pl @@ -227,7 +227,7 @@ sub edit_zugferd_notes { setup_generictranslations_edit_zugferd_notes_action_bar(); - $::form->{title} = $::locale->text('Edit ZUGFeRD notes'); + $::form->{title} = $::locale->text('Edit Factur-X/ZUGFeRD notes'); $::form->header; print $::form->parse_html_template('generictranslations/edit_zugferd_notes'); } @@ -248,7 +248,7 @@ sub save_zugferd_notes { ); } - $::form->{message} = $::locale->text('The ZUGFeRD notes have been saved.'); + $::form->{message} = $::locale->text('The Factur-X/ZUGFeRD notes have been saved.'); edit_zugferd_notes(); }