From 4adfcdee54b62a25fe33a2ca9b4f6ed6f2c8600c Mon Sep 17 00:00:00 2001 From: tokul Date: Wed, 27 Oct 2004 09:51:28 +0000 Subject: [PATCH] spellcheck git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@8255 7612ce4b-ef26-0410-bec9-ea0150e637f0 --- plugins/translate/config-sample.php | 7 ------- plugins/translate/config_default.php | 2 +- 2 files changed, 1 insertion(+), 8 deletions(-) diff --git a/plugins/translate/config-sample.php b/plugins/translate/config-sample.php index 1b443228..5db75735 100644 --- a/plugins/translate/config-sample.php +++ b/plugins/translate/config-sample.php @@ -51,13 +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. - */ global $translate_custom_enabled; $translate_custom_enabled=true; diff --git a/plugins/translate/config_default.php b/plugins/translate/config_default.php index 39616e8a..e69670fc 100644 --- a/plugins/translate/config_default.php +++ b/plugins/translate/config_default.php @@ -100,7 +100,7 @@ $disable_compose_translate=true; /** * Controls inclusion of custom translation engine. * - * If you enable custon translation engines, you must include + * If you enable custom translation engines, you must include * translate_form_custom(), translate_custom_showtrad() and * $translate_custom_showoption() functions in your config. * See example in config-sample.php -- 2.25.1