aboutsummaryrefslogtreecommitdiffstats
path: root/functions/init.inc.php
diff options
context:
space:
mode:
authorjwangen <jwangen>2002-10-05 00:07:19 +0000
committerjwangen <jwangen>2002-10-05 00:07:19 +0000
commit7856c7ea0ed134c4dfee5c9ae2b4e7e2f9ab8b79 (patch)
tree47c4606d9fab5aedc732de796bf517b9d381f8d7 /functions/init.inc.php
parentce4d8be46ccefe642883253544a4ec81bdde8cc5 (diff)
downloadphpicalendar-7856c7ea0ed134c4dfee5c9ae2b4e7e2f9ab8b79.tar.gz
phpicalendar-7856c7ea0ed134c4dfee5c9ae2b4e7e2f9ab8b79.tar.bz2
phpicalendar-7856c7ea0ed134c4dfee5c9ae2b4e7e2f9ab8b79.zip
Minor changes, implemented use configable number of lines for line wrappings
Diffstat (limited to 'functions/init.inc.php')
-rw-r--r--functions/init.inc.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/functions/init.inc.php b/functions/init.inc.php
index c5f3a60..5da8a3c 100644
--- a/functions/init.inc.php
+++ b/functions/init.inc.php
@@ -26,7 +26,7 @@ $lang_file = './languages/'.$language.'.inc.php';
if (file_exists($lang_file)) {
include($lang_file);
} else {
- exit(error('Requested lanugage "'.$language.'" is not a supported language. Please consult the configuration file to choose a supported language.'));
+ exit(error('Requested lanugage "'.$language.'" is not a supported language. Please use the configuration file to choose a supported language.'));
}
if (isset($HTTP_GET_VARS['getdate']) && ($HTTP_GET_VARS['getdate'] !== '')) {

© 2014-2024 Faster IT GmbH | imprint | privacy policy