--- loncom/interface/lonsearchcat.pm 2012/12/07 18:16:33 1.332 +++ loncom/interface/lonsearchcat.pm 2012/12/17 08:29:26 1.333 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # Search Catalog # -# $Id: lonsearchcat.pm,v 1.332 2012/12/07 18:16:33 bisitz Exp $ +# $Id: lonsearchcat.pm,v 1.333 2012/12/17 08:29:26 raeburn Exp $ # # Copyright Michigan State University Board of Trustees # @@ -1781,14 +1781,14 @@ sub build_date_queries { if ((defined($cafter) && ! defined($cbefore)) || (defined($cbefore) && ! defined($cafter))) { # This is bad, so let them know - $error = &mt('Incorrect entry for the creation date. '. + $error = &mt('Incorrect entry for the creation date. '. 'You must specify both the beginning and ending dates.'); } if (! defined($error) && ((defined($mafter) && ! defined($mbefore)) || (defined($mbefore) && ! defined($mafter)))) { # This is also bad, so let them know - $error = &mt('Incorrect entry for the last revision date. '. + $error = &mt('Incorrect entry for the last revision date. '. 'You must specify both the beginning and ending dates.'); } if (! defined($error)) {