From 4c4fa09266340488dac8ec1624aa233c89aadf68 Mon Sep 17 00:00:00 2001 From: cash Date: Thu, 28 Apr 2011 20:33:56 +0000 Subject: Trying to increase probability that people will read the welcome widget by making the text shorter git-svn-id: http://code.elgg.org/elgg/trunk@9048 36083f99-b078-4883-b0ff-0f9b5a30f544 --- languages/en.php | 28 ++++++++-------------------- 1 file changed, 8 insertions(+), 20 deletions(-) (limited to 'languages') diff --git a/languages/en.php b/languages/en.php index 42712cadf..943dbb285 100644 --- a/languages/en.php +++ b/languages/en.php @@ -573,32 +573,20 @@ $english = array( 'admin:widget:admin_welcome' => 'Welcome', 'admin:widget:admin_welcome:help' => "A short introduction to Elgg's admin area", 'admin:widget:admin_welcome:intro' => -'Welcome to Elgg! This widget is a quick overview of setting up and maintaining your new Elgg site.', +'Welcome to Elgg! Right now you are looking at the administration dashboard. It\'s useful for tracking what\'s happening on the site.', 'admin:widget:admin_welcome:admin_overview' => -'This page is the Admin Dashboard and provides a quick overview of your system. ' -. "You can add" -. " and rearrange widgets to show the information you care about. The menu to the right is oranganized into" -. " three areas: +"Navigation for the administration area is provide by the menu to the right. It is organized into" +. " three sections: ", - 'admin:widget:admin_welcome:common_links' => -'The first section you should visit is the Plugins page to activate or deactivate site features.' -. ' If you\'re not quite ready to have users on your site, think about disabling registration and' -. ' restricting content to logged in users on the Advanced Site Settings page.', - - 'admin:widget:admin_welcome:external_resources' => -"There are many resources available for help with your network. Check the links in the footer for" -. " FAQs, " -. "manuals, Elgg news, and support forums" -. " at the Elgg Community.", - - 'admin:widget:admin_welcome:outro' => 'Thank you for using Elgg!', + // argh, this is ugly + 'admin:widget:admin_welcome:outro' => '
Be sure to check out the resources available through the footer links and thank you for using Elgg!', 'admin:footer:faq' => 'Administration FAQ', 'admin:footer:manual' => 'Administration Manual', -- cgit v1.2.3