From: Jon Parise Date: Fri, 6 Apr 2001 16:04:25 +0000 (+0000) Subject: Make this message more grammatically correct. X-Git-Tag: php-4.0.6RC1~471 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=8540c6923d523520a0412b4b98963a1f2b1c36d1;p=php Make this message more grammatically correct. --- diff --git a/ext/skeleton/skeleton.c b/ext/skeleton/skeleton.c index 59ce16701f..f2b658f6c2 100644 --- a/ext/skeleton/skeleton.c +++ b/ext/skeleton/skeleton.c @@ -97,7 +97,7 @@ PHP_FUNCTION(confirm_extname_compiled) convert_to_string_ex(arg); - len = sprintf(string, "Congratulations, you have successfully modified ext/%.80s/config.m4, module %.80s is compiled into PHP", "extname", Z_STRVAL_PP(arg)); + len = sprintf(string, "Congratulations! You have successfully modified ext/%.80s/config.m4. Module %.80s is now compiled into PHP.", "extname", Z_STRVAL_PP(arg)); RETURN_STRINGL(string, len, 1); } /* }}} */