'#description'=>t("The base url of the SMS website. (everything before the '?'). If you need explanation, see the README file included in this module."),
'#description'=>t('The base url of the SMS website. (everything before the "?"). If you need explanation, see the README file included in this module.'),
'#description'=>t("The recipient label as required by the SMS website."),
'#description'=>t('The recipient label as required by the SMS website.'),
);
$form['show_info']=array(
'#type'=>'checkbox',
'#title'=>t('Show message information'),
'#default_value'=>variable_get('show_info',''),
'#description'=>t("Enable this to show if the message has been sent or error is thrown. You should disable this option once everything is working fine")
'#description'=>t('Enable this to show if the message has been sent or error is thrown. You should disable this option once everything is working fine')