From 64f537133c40f8a0d762724a163eaff829ffe959 Mon Sep 17 00:00:00 2001 From: nsj Date: Wed, 30 Dec 1998 05:31:44 +0000 Subject: [PATCH] Fixed to look for "non profit" in .db file when generating npgallery.sgml. --- en/gallery/gengallery.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/en/gallery/gengallery.pl b/en/gallery/gengallery.pl index c5a38a78dd..9209afc04b 100755 --- a/en/gallery/gengallery.pl +++ b/en/gallery/gengallery.pl @@ -26,7 +26,7 @@ $type = $ARGV[0]; if ($type =~ m/commercial/i) { $type = "commercial"; } elsif ($type =~ m/nonprofit/i) { - $type = "nonprofit"; + $type = "non profit"; } elsif ($type =~ m/personal/i) { $type = "personal"; } else {