diff options
author | Jon Parise <jon@php.net> | 2001-04-06 16:04:25 +0000 |
---|---|---|
committer | Jon Parise <jon@php.net> | 2001-04-06 16:04:25 +0000 |
commit | 8540c6923d523520a0412b4b98963a1f2b1c36d1 (patch) | |
tree | b9bd6555d88938546b076cb22d34170c3b9ee893 /ext/skeleton | |
parent | 1f451daf5471380e1b1e32229fff002f5cf7dcc6 (diff) | |
download | php-git-8540c6923d523520a0412b4b98963a1f2b1c36d1.tar.gz |
Make this message more grammatically correct.
Diffstat (limited to 'ext/skeleton')
-rw-r--r-- | ext/skeleton/skeleton.c | 2 |
1 files changed, 1 insertions, 1 deletions
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); } /* }}} */ |