diff options
author | cash <cash@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2011-05-14 17:44:32 +0000 |
---|---|---|
committer | cash <cash@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2011-05-14 17:44:32 +0000 |
commit | f21d7deb6168f4d1beecee02dd1197fc9a2d1d45 (patch) | |
tree | 3e9b6a0bf11c76be147024e9b5a35acf7c6b8a69 /languages | |
parent | cd02daf8a7594b64b575eda24a9d452f27f612cf (diff) | |
download | elgg-f21d7deb6168f4d1beecee02dd1197fc9a2d1d45.tar.gz elgg-f21d7deb6168f4d1beecee02dd1197fc9a2d1d45.tar.bz2 |
fixed typo in the admin welcome widget
git-svn-id: http://code.elgg.org/elgg/trunk@9070 36083f99-b078-4883-b0ff-0f9b5a30f544
Diffstat (limited to 'languages')
-rw-r--r-- | languages/en.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/languages/en.php b/languages/en.php index 276d113a7..ec39f64a9 100644 --- a/languages/en.php +++ b/languages/en.php @@ -576,7 +576,7 @@ $english = array( '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' => -"Navigation for the administration area is provide by the menu to the right. It is organized into" +"Navigation for the administration area is provided by the menu to the right. It is organized into" . " three sections: <dl> <dt>Administer</dt><dd>Everyday tasks like monitoring reported content, checking who is online, and viewing statistics.</dd> |