]> granicus.if.org Git - php/commitdiff
Make this message more grammatically correct.
authorJon Parise <jon@php.net>
Fri, 6 Apr 2001 16:04:25 +0000 (16:04 +0000)
committerJon Parise <jon@php.net>
Fri, 6 Apr 2001 16:04:25 +0000 (16:04 +0000)
ext/skeleton/skeleton.c

index 59ce16701fee763d40d5e1205b26cf72f4d51cce..f2b658f6c21a8d47fb7b925212236df53e460cb8 100644 (file)
@@ -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);
 }
 /* }}} */