From 0ef8d64d5787e67390b1397cba4e9f296f707749 Mon Sep 17 00:00:00 2001 From: tokul Date: Sun, 20 Feb 2005 15:35:12 +0000 Subject: [PATCH] renaming sample config git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@8887 7612ce4b-ef26-0410-bec9-ea0150e637f0 --- plugins/translate/INSTALL | 2 +- plugins/translate/config_default.php | 2 +- plugins/translate/{config-sample.php => config_sample.php} | 0 3 files changed, 2 insertions(+), 2 deletions(-) rename plugins/translate/{config-sample.php => config_sample.php} (100%) diff --git a/plugins/translate/INSTALL b/plugins/translate/INSTALL index 8b2604d2..7bda08d4 100644 --- a/plugins/translate/INSTALL +++ b/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 diff --git a/plugins/translate/config_default.php b/plugins/translate/config_default.php index 61fee221..52122dc4 100644 --- a/plugins/translate/config_default.php +++ b/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; diff --git a/plugins/translate/config-sample.php b/plugins/translate/config_sample.php similarity index 100% rename from plugins/translate/config-sample.php rename to plugins/translate/config_sample.php -- 2.25.1