[LON-CAPA-cvs] cvs: loncom /interface lonsearchcat.pm

raeburn raeburn at source.lon-capa.org
Sun Sep 1 20:00:50 EDT 2013


raeburn		Mon Sep  2 00:00:50 2013 EDT

  Modified files:              
    /loncom/interface	lonsearchcat.pm 
  Log:
  - Wording change and use quant in &mt() call, to avoid awkward phrasing:
    "There are 1 matches to your query".
  
  
Index: loncom/interface/lonsearchcat.pm
diff -u loncom/interface/lonsearchcat.pm:1.336 loncom/interface/lonsearchcat.pm:1.337
--- loncom/interface/lonsearchcat.pm:1.336	Sun Sep  1 22:39:39 2013
+++ loncom/interface/lonsearchcat.pm	Mon Sep  2 00:00:49 2013
@@ -1,7 +1,7 @@
 # The LearningOnline Network with CAPA
 # Search Catalog
 #
-# $Id: lonsearchcat.pm,v 1.336 2013/09/01 22:39:39 raeburn Exp $
+# $Id: lonsearchcat.pm,v 1.337 2013/09/02 00:00:49 raeburn Exp $
 #
 # Copyright Michigan State University Board of Trustees
 #
@@ -2087,7 +2087,7 @@
 #    $result.="</select>\n";
     my $revise = &revise_button();
     $result.='<p>'
-            .&mt('There are [_1] matches to your query.',$total_results)
+            .&mt('Total of [quant,_1,match,matches] to your query.',$total_results)
             .' '.$revise.'</p>'
             .'<p>'.&mt('Search: ').$pretty_query_string
             .'</p></form>';




More information about the LON-CAPA-cvs mailing list