--- loncom/interface/loncommon.pm 2015/04/06 19:06:45 1.1075.2.91 +++ loncom/interface/loncommon.pm 2015/04/07 15:13:35 1.1075.2.92 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # a pile of common routines # -# $Id: loncommon.pm,v 1.1075.2.91 2015/04/06 19:06:45 raeburn Exp $ +# $Id: loncommon.pm,v 1.1075.2.92 2015/04/07 15:13:35 raeburn Exp $ # # Copyright Michigan State University Board of Trustees # @@ -7483,20 +7483,22 @@ ADDMETA $result.=< OFFLOAD } @@ -15959,7 +15961,7 @@ sub create_recaptcha { my $captcha = Captcha::reCAPTCHA->new; return $captcha->get_options_setter({theme => 'white'})."\n". $captcha->get_html($pubkey,undef,$use_ssl). - &mt('If either word is hard to read, [_1] will replace them.', + &mt('If the text is hard to read, [_1] will replace them.', 'reCAPTCHA refresh'). '

'; }