From a2f24731b1091f8720f9db56b82b9c8e4d540e56 Mon Sep 17 00:00:00 2001 From: brettp Date: Fri, 8 Jan 2010 20:58:04 +0000 Subject: Updated language file to reflect default prefix change. git-svn-id: http://code.elgg.org/elgg/trunk@3789 36083f99-b078-4883-b0ff-0f9b5a30f544 --- languages/en.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/languages/en.php b/languages/en.php index c81bc90aa..144d9579a 100644 --- a/languages/en.php +++ b/languages/en.php @@ -721,7 +721,7 @@ Alternatively, you can enter your database settings below and we will try and do 'installation:settings:dbwizard:label:pass' => "Database password", 'installation:settings:dbwizard:label:dbname' => "Elgg database", 'installation:settings:dbwizard:label:host' => "Database hostname (usually 'localhost')", - 'installation:settings:dbwizard:label:prefix' => "Database table prefix (usually 'elgg')", + 'installation:settings:dbwizard:label:prefix' => "Database table prefix (usually 'elgg_')", 'installation:settings:dbwizard:savefail' => "We were unable to save the new settings.php. Please save the following file as engine/settings.php using a text editor.", -- cgit v1.2.3