From: poltawski Date: Mon, 7 Jan 2008 21:30:18 +0000 (+0000) Subject: MDL-12866 - fix missing 'is' typo X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=0756394e6cc6abea3f9dbe3dbcb93b5eda4cdee6;p=moodle.git MDL-12866 - fix missing 'is' typo --- diff --git a/lang/en_utf8/install.php b/lang/en_utf8/install.php index 020355d5c9..e6309fdbfe 100644 --- a/lang/en_utf8/install.php +++ b/lang/en_utf8/install.php @@ -346,8 +346,8 @@ OPTIONS --webaddr Web address for the Moodle site --moodledir Location of the moodle web folder --datadir Location of the moodle data folder (should not be web visible) ---dbtype Database type. Default it mysql ---dbhost Database host. Default localhost +--dbtype Database type. Default is mysql +--dbhost Database host. Default is localhost --dbname Database name. Default is moodle --dbuser Database user. Default is blank --dbpass Database password. Default is blank