spellcheck
[squirrelmail.git] / plugins / translate / config-sample.php
index d529a1ac38a386cdfb791b9fe516e10af3fc29dc..5db757357719c4762ed31214bbd8bbfd5cbcea13 100644 (file)
@@ -51,15 +51,6 @@ $disable_compose_translate=true;
 
 /** Custom translation engine setup */
 
-/**
- * Controls inclusion of custom translation engines.
- *
- * If you enable custon translation engines, you must include
- * translate_custom(), translate_custom_showtrad() and
- * $translate_custom_showoption() functions in your config.
- * @example config-sample.php
- * @global bool $translate_custom_enabled
- */
 global $translate_custom_enabled;
 $translate_custom_enabled=true;