renaming sample config
authortokul <tokul@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Sun, 20 Feb 2005 15:35:12 +0000 (15:35 +0000)
committertokul <tokul@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Sun, 20 Feb 2005 15:35:12 +0000 (15:35 +0000)
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@8887 7612ce4b-ef26-0410-bec9-ea0150e637f0

plugins/translate/INSTALL
plugins/translate/config_default.php
plugins/translate/config_sample.php [moved from plugins/translate/config-sample.php with 100% similarity]

index 8b2604d258a6f7279e42d5e038cdcbd6154f7a1b..7bda08d4b308fa2e0f4a98b8edb97006f8c35c5f 100644 (file)
@@ -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
index 61fee2218596fd2f01499c1bb644c5423ca6ed2f..52122dc49224f84b03806c2e2b04a98aa37e78c8 100644 (file)
@@ -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;