From 627060b324f43ebe63af4a705a70673096f33607 Mon Sep 17 00:00:00 2001 From: marcus Date: Fri, 25 Jul 2008 10:30:20 +0000 Subject: Now possible to specify a site description. git-svn-id: https://code.elgg.org/elgg/trunk@1523 36083f99-b078-4883-b0ff-0f9b5a30f544 --- languages/en.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'languages') diff --git a/languages/en.php b/languages/en.php index e7fe65c51..dfecfb4bf 100644 --- a/languages/en.php +++ b/languages/en.php @@ -477,7 +477,8 @@ Alternatively, you can enter your database settings below and we will try and do '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.", - 'sitename' => "The name of your site (eg \"My social networking site\"):", + 'sitename' => "The name of your site (eg \"My social networking site\"):", + 'sitedescription' => "Short description of your site (optional)", 'wwwroot' => "The site URL, followed by a trailing slash:", 'path' => "The full path to your site root on your disk, followed by a trailing slash:", 'dataroot' => "The full path to the directory where uploaded files will be stored, followed by a trailing slash:", -- cgit v1.2.3