http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=9141 Bug ID: 9141 Summary: Untranslatable strings on "pay an amount..." page Classification: Unclassified Change sponsored?: --- Product: Koha Version: master Hardware: All URL: /cgi-bin/koha/members/paycollect.pl OS: All Status: NEW Severity: normal Priority: P5 - low Component: I18N/L10N Assignee: koha-bugs@lists.koha-community.org Reporter: katrin.fischer@bsz-bw.de CC: frederic@tamil.fr paycollect.pl 100 error => sprintf( 'You must pay a value less than or equal to %f.2', $total_due ) Message is shown when you pay a fine and enter a value that is bigger than the totel due: You must pay a value less than or equal to 5.000000.2 Message is not translatable. Also the fine amount is formatted incorrectly. -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes.