diff options
Diffstat (limited to 'install.php')
-rw-r--r-- | install.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/install.php b/install.php index 35d4febd6..63ac69d16 100644 --- a/install.php +++ b/install.php @@ -28,12 +28,12 @@ */
if (!is_db_installed()) {
run_sql_script(dirname(__FILE__) . "/engine/schema/mysql.sql");
- system_message("The Elgg database was installed.");
+ system_message(elgg_echo("installation:success"));
}
/**
* Load the front page
*/
- echo page_draw("Installation", elgg_view("settings/system"));
+ echo page_draw(elgg_echo("installation:settings"), elgg_view("settings/install"));
?>
\ No newline at end of file |