https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33856 --- Comment #6 from David Cook <dcook@prosentient.com.au> --- Comment on attachment 185828 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=185828 Bug 33856: Make inventory problems translatable Review of attachment 185828: --> (https://bugs.koha-community.org/bugzilla3/page.cgi?id=splinter.html&bug=33856&attachment=185828) ----------------------------------------------------------------- ::: tools/inventory.pl @@ +489,4 @@
if ( $error->{'ERR_BARCODE'} ) { push @line, map { $_ eq 'barcode' ? $error->{'barcode'} : '' } @keys; push @line, "barcode not found"; + push @line, __("barcode not found");
I think you've got a typo there where you didn't delete the untranslated line. -- You are receiving this mail because: You are watching all bug changes.