diff --git a/mozilla/webtools/build/config.cgi b/mozilla/webtools/build/config.cgi index 471ecc6f572..eb4cf3e3a2d 100755 --- a/mozilla/webtools/build/config.cgi +++ b/mozilla/webtools/build/config.cgi @@ -258,9 +258,9 @@ sub print_configure_form { Unix Build Configurator
This form produces a script that you can use to configure your build.
The script saves you the trouble of setting environment
variables for client.mk
@@ -363,7 +363,7 @@ sub print_configure_form {
}
}
header_option("Options not handled by Configurator"
- ." (Add them to the script by hand)");
+ ." (Add them to the .mozconfig script by hand)");
foreach $comment (@unhandled_options) {
$comment =~ s/\\\$/\$/g;
my ($dummy,$option,$help) = split /\s+/, $comment, 3;