aboutsummaryrefslogtreecommitdiff
path: root/languages
diff options
context:
space:
mode:
authorbrettp <brettp@36083f99-b078-4883-b0ff-0f9b5a30f544>2011-03-12 22:03:38 +0000
committerbrettp <brettp@36083f99-b078-4883-b0ff-0f9b5a30f544>2011-03-12 22:03:38 +0000
commitfbda2a3968b75b57d7790e8e2108d929499b0f29 (patch)
treeabdb0571a5ed70aa2344bb27116a73e86d0b109c /languages
parent1319737a9276404bc14d6c947253399990b8aaad (diff)
downloadelgg-fbda2a3968b75b57d7790e8e2108d929499b0f29.tar.gz
elgg-fbda2a3968b75b57d7790e8e2108d929499b0f29.tar.bz2
Fixes #3004: Updated admin widget text to reflect menu changes.
git-svn-id: http://code.elgg.org/elgg/trunk@8673 36083f99-b078-4883-b0ff-0f9b5a30f544
Diffstat (limited to 'languages')
-rw-r--r--languages/en.php11
1 files changed, 8 insertions, 3 deletions
diff --git a/languages/en.php b/languages/en.php
index ad30a0a13..c597743e9 100644
--- a/languages/en.php
+++ b/languages/en.php
@@ -563,14 +563,19 @@ $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 on settin up and manging your new Elgg site.',
+'Welcome to Elgg! This widget is a quick overview on settin up and maintaining your new Elgg site.',
'admin:widget:admin_welcome:admin_overview' =>
'This page is the Admin Dashboard and provides a quick overview of your system. '
. "You can <a class=\"elgg-toggler\" href=\"#widgets-add-panel\">add</a>"
. " and rearrange widgets to show the information you care about. The menu to the right is oranganized into"
-. " three areas: Everyday Tasks, Setup and Configuration,"
-. ' and Developer Tools.',
+. " three areas:
+ <ul>
+ <li>Administer - Everyday tasks like monitoring reported content, checking online users, and viewing logs.</li>
+ <li>Configure - Configuration settings likes the site name, the active plugins, and plugin settings.</li>
+ <li>Develop - Advanced options for developers like a theme preview, and event explorer.</li>
+ </ul>
+ ",
'admin:widget:admin_welcome:common_links' =>
'The first section you should visit is the <a href="%s">Plugins page</a> to activate or deactivate site features.'