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 {