]> granicus.if.org Git - php/commitdiff
The Gettext module is not limited to the GNU implementation.
authorSascha Schumann <sas@php.net>
Sat, 9 Jun 2001 16:55:27 +0000 (16:55 +0000)
committerSascha Schumann <sas@php.net>
Sat, 9 Jun 2001 16:55:27 +0000 (16:55 +0000)
ext/gettext/gettext.c

index d826c439cf8a3ebc57033bb42ae109c229a22f8c..f5127b4baeda0ef90cf81e02d0ab226732304fc3 100644 (file)
@@ -55,7 +55,7 @@ ZEND_GET_MODULE(php_gettext)
 PHP_MINFO_FUNCTION(gettext)
 {
        php_info_print_table_start();
-       php_info_print_table_row(2, "GNU GetText Support", "enabled");
+       php_info_print_table_row(2, "GetText Support", "enabled");
        php_info_print_table_end();
 }