MDL-22546 removing dirroot error string which is not used any more

This commit is contained in:
Petr Skoda 2010-05-21 17:39:26 +00:00
parent b646340f0b
commit 763b8ebe53
2 changed files with 0 additions and 2 deletions

View File

@ -53,7 +53,6 @@ pathssubdirroot,install
pathssubwwwroot,install
pathsunsecuredataroot,install
pathswrongadmindir,install
pathswrongdirroot,install
phpextension,install
phpversionhelp,install
phpversion,install

View File

@ -321,7 +321,6 @@ If your site is accessible both from intranet and Internet use the public addres
If the address is not correct please change the URL in your browser to restart installation with a different value.';
$string['pathsunsecuredataroot'] = 'Dataroot location is not secure';
$string['pathswrongadmindir'] = 'Admin directory does not exist';
$string['pathswrongdirroot'] = 'Incorrect dirroot localtion';
$string['pgsqlextensionisnotpresentinphp'] = 'PHP has not been properly configured with the PGSQL extension so that it can communicate with PostgreSQL. Please check your php.ini file or recompile PHP.';
$string['phpextension'] = '{$a} PHP extension';
$string['phpversion'] = 'PHP version';