Translation update on cataloguing
authorHenri-Damien LAURENT <henridamien.laurent@biblibre.com>
Tue, 27 Oct 2009 08:36:07 +0000 (09:36 +0100)
committerHenri-Damien LAURENT <henridamien.laurent@biblibre.com>
Wed, 28 Oct 2009 16:32:25 +0000 (17:32 +0100)
koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/addbiblio.tmpl

index dbfa0f0..38de402 100644 (file)
@@ -153,7 +153,7 @@ function AreMandatoriesNotOk(){
        
        if(isempty){
                flag = 1;
-               StrAlert += "\t* Field " + arr[0] + " is mandatory, at least one of its subfields must be filled.\n";
+               StrAlert += "\t*"+_(" Field ") + arr[0] + _(" is mandatory, at least one of its subfields must be filled.\n");
        }
        
     }