--- loncom/homework/inputtags.pm 2009/01/15 18:31:15 1.255 +++ loncom/homework/inputtags.pm 2009/02/24 17:12:19 1.256 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # input definitons # -# $Id: inputtags.pm,v 1.255 2009/01/15 18:31:15 bisitz Exp $ +# $Id: inputtags.pm,v 1.256 2009/02/24 17:12:19 biermanm Exp $ # # Copyright Michigan State University Board of Trustees # @@ -735,7 +735,7 @@ sub decideoutput { '.disable_receipt_display'} ne 'yes') && ($Apache::lonhomework::type ne 'practice')) { $message.=(($target eq 'web')?'
':' '). - &mt('Your receipt is [_1]', + &mt('Your receipt no. is [_1]', (&Apache::lonnet::receipt($Apache::inputtags::part). (($target eq 'web')?&Apache::loncommon::help_open_topic('Receipt'):''))); }