Index: socialmedia.module =================================================================== --- socialmedia.module (revision 247) +++ socialmedia.module (working copy) @@ -140,8 +140,8 @@ ); } $items['user/%user/socialmedia'] = array( - 'title' => 'Social profiles', - 'description' => 'User social media profiles', + 'title' => t('Social profiles'), + 'description' => t('User social media profiles'), 'page callback' => 'drupal_get_form', 'page arguments' => array('socialmedia_admin_profiles_form', 'user', 1), //'page arguments' => array(),