diff options
| author | brettp <brettp@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2011-03-13 19:26:23 +0000 | 
|---|---|---|
| committer | brettp <brettp@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2011-03-13 19:26:23 +0000 | 
| commit | 5d373e98648601288acd68c4315b31c381acc1e5 (patch) | |
| tree | 5eac120eb28e2b72cf5e1a5fc0bbb58059555ead | |
| parent | 45f6308c679eca0895edaa636a2c9cd4d856d618 (diff) | |
| download | elgg-5d373e98648601288acd68c4315b31c381acc1e5.tar.gz elgg-5d373e98648601288acd68c4315b31c381acc1e5.tar.bz2  | |
Refs #3009. Fixed a few typos and inaccuracies in the welcome widget.
git-svn-id: http://code.elgg.org/elgg/trunk@8692 36083f99-b078-4883-b0ff-0f9b5a30f544
| -rw-r--r-- | languages/en.php | 4 | 
1 files changed, 2 insertions, 2 deletions
diff --git a/languages/en.php b/languages/en.php index 2825f044f..ed6b73601 100644 --- a/languages/en.php +++ b/languages/en.php @@ -563,7 +563,7 @@ $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 maintaining your new Elgg site.', +'Welcome to Elgg!  This widget is a quick overview of setting 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. ' @@ -573,7 +573,7 @@ $english = array(  	<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> +		<li>Develop - If developer settings are enabled, shows options for developers like a theme preview and event explorer.</li>  	</ul>  	",  | 
