浏览代码

spellcheck

tokul 21 年之前
父节点
当前提交
4bfbc05d8c
共有 2 个文件被更改,包括 1 次插入8 次删除
  1. 0 7
      plugins/translate/config-sample.php
  2. 1 1
      plugins/translate/config_default.php

+ 0 - 7
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;
 

+ 1 - 1
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