- fixed text for 'settings_install_success'

This commit is contained in:
steinm 2012-01-17 08:34:51 +00:00
parent da87ad7153
commit aaeb373f4b

View File

@ -477,7 +477,7 @@ $text["settings_guestID"] = "Guest ID";
$text["settings_httpRoot_desc"] = "The relative path in the URL, after the domain part. Do not include the http:// prefix or the web host name. e.g. If the full URL is http://www.example.com/letodms/, set '/letodms/'. If the URL is http://www.example.com/, set '/'";
$text["settings_httpRoot"] = "Http Root";
$text["settings_installADOdb"] = "Install ADOdb";
$text["settings_install_success"] = "The installation is completed successfully";
$text["settings_install_success"] = "The installation has been successfully completed.";
$text["settings_install_pear_package_log"] = "Install Pear package 'Log'";
$text["settings_install_pear_package_webdav"] = "Install Pear package 'HTTP_WebDAV_Server', if you intend to use the webdav interface";
$text["settings_install_zendframework"] = "Install Zend Framework, if you intend to use the full text search engine";