瀏覽代碼

renaming sample config

tokul 20 年之前
父節點
當前提交
4b29236097
共有 3 個文件被更改,包括 2 次插入2 次删除
  1. 1 1
      plugins/translate/INSTALL
  2. 1 1
      plugins/translate/config_default.php
  3. 0 0
      plugins/translate/config_sample.php

+ 1 - 1
plugins/translate/INSTALL

@@ -17,4 +17,4 @@ if the plugin was made correctly.  :)
 
 Some plugin settings might be adjusted by creating config/translate_config.php or
 plugins/translate/config.php configuration file. See plugins/translate/config_default.php 
-and plugins/translate/config-sample.php
+and plugins/translate/config_sample.php

+ 1 - 1
plugins/translate/config_default.php

@@ -103,7 +103,7 @@ $disable_compose_translate=true;
  * 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
+ * See example in config_sample.php
  * @global bool $translate_custom_enabled
  */
 global $translate_custom_enabled;

+ 0 - 0
plugins/translate/config-sample.php → plugins/translate/config_sample.php