fixed a typo
authordragon28 <dragon28>
Tue, 25 Jun 2002 10:58:07 +0000 (10:58 +0000)
committerdragon28 <dragon28>
Tue, 25 Jun 2002 10:58:07 +0000 (10:58 +0000)
admin/printers.pl
admin/stopwords.pl

index dd00759..a01dd1e 100755 (executable)
@@ -201,7 +201,7 @@ printend
 } else { # DEFAULT
        my @inputs=(["text","searchfield",$searchfield],
                ["reset","reset","clr"]);
-       print mkheadr(2,'Currencies admin');
+       print mkheadr(2,'Printer admin');
        print mkformnotable("$script_name",@inputs);
        print <<printend
 
index 22d41c7..c2b4811 100755 (executable)
@@ -191,7 +191,7 @@ printend
 } else { # DEFAULT
        my @inputs=(["text","searchfield",$searchfield],
                ["reset","reset","clr"]);
-       print mkheadr(2,'Currencies admin');
+       print mkheadr(2,'Stopwords admin');
        print mkformnotable("$script_name",@inputs);
        print <<printend