diff options
author | cash <cash@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2011-03-17 11:49:31 +0000 |
---|---|---|
committer | cash <cash@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2011-03-17 11:49:31 +0000 |
commit | a2117258cab8fd3888c42493215d49234db361e1 (patch) | |
tree | 26b1676e6c94ea8034023d3f6dd69510006d32f1 /languages | |
parent | 3742b2c835d6e025b9fef95de921eb1dc5e28b5a (diff) | |
download | elgg-a2117258cab8fd3888c42493215d49234db361e1.tar.gz elgg-a2117258cab8fd3888c42493215d49234db361e1.tar.bz2 |
fixed typo in welcome widget text
git-svn-id: http://code.elgg.org/elgg/trunk@8754 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 6efc4da3f..8ffb11547 100644 --- a/languages/en.php +++ b/languages/en.php @@ -586,7 +586,7 @@ $english = array( . ' restricting content to logged in users on the <a href="%s">Advanced Site Settings page</a>.', 'admin:widget:admin_welcome:external_resources' => -"There are many resources are available for help with your network. Check the links in the footer for" +"There are many resources available for help with your network. Check the links in the footer for" . " <a href=\"http://docs.elgg.org/wiki/Category:Administration_FAQ\">FAQs</a>, <a href=\"http://docs.elgg.org/wiki/Administration_Manual\">" . "manuals</a>, <a href=\"http://blog.elgg.org/\">Elgg news</a>, and <a href=\"http://community.elgg.org/pg/groups/world/\">support forums</a>" . " at the <a href=\"http://community.elgg.org/\">Elgg Community</a>.", |