diff --git a/modules/groups/groups_homepage/groups_homepage.module b/modules/groups/groups_homepage/groups_homepage.module index 7f7b8f9..9451a94 100644 --- a/modules/groups/groups_homepage/groups_homepage.module +++ b/modules/groups/groups_homepage/groups_homepage.module @@ -44,7 +44,7 @@ function groups_homepage_block_view($delta='') { $block = array(); switch ($delta) { case 'groups_homepage_welcome': - $block['content'] = variable_get('groups_welcome_body', "Can't find one nearby? Want to start one? The OpenStack International Community team is your main contact point. Join the mailing list and read the HowTo page if you are hosting or want to start a user group with meetups, hackathons and other social events talking about OpenStack and free/libre open source software for the cloud."); + $block['content'] = variable_get('groups_welcome_body', "Can't find one nearby? Want to start one? The OpenStack International Community team is your main contact point. Join the mailing list and read the HowTo page if you are hosting or want to start a user group with meetups, hackathons and other social events talking about OpenStack and free/libre open source software for the cloud."); $block['subject'] = variable_get('groups_welcome_title', 'Welcome to OpenStack User Groups!'); break; case 'groups_community_map':