diff --git a/plugins/MobileMessaging/lang/en.php b/plugins/MobileMessaging/lang/en.php
index 2e27d40a0a9d693a7cd4ed851b68ba1c78e033a6..8b875ec3587ec9d1c0e5bd17519e8ea5c6b1cc7a 100644
--- a/plugins/MobileMessaging/lang/en.php
+++ b/plugins/MobileMessaging/lang/en.php
@@ -12,12 +12,12 @@
 
 $translations = array(
 	'MobileMessaging_Exception_UnknownProvider' => 'Provider name \'%s\' unknown. Try any of the following instead: %s.',
-	'MobileMessaging_PluginDescription' => 'Create and download custom SMS reports and have them sent to your mobile daily, weekly or monthly.',
+	'MobileMessaging_PluginDescription' => 'Create and download custom SMS reports and have them sent to your mobile on a daily, weekly or monthly basis.',
 	'MobileMessaging_TopMenu' => 'Email & SMS Reports',
 	'MobileMessaging_SettingsMenu' => 'Mobile Messaging',
 	'MobileMessaging_Settings_SuperAdmin' => 'Super User Settings',
 	'MobileMessaging_VerificationText' => 'Code is %s. To validate your phone number and receive Piwik SMS reports please copy this code in the form accessible via Piwik > %s > %s.',
-	'MobileMessaging_Settings_LetUsersManageAPICredential' => 'Allow users to manage their own SMS API credential',
+	'MobileMessaging_Settings_LetUsersManageAPICredential' => 'Allow users to manage their own SMS API credentials',
 	'MobileMessaging_Settings_LetUsersManageAPICredential_No_Help' => 'All users are able to receive SMS Reports and will use your account\'s credits.',
 	'MobileMessaging_Settings_LetUsersManageAPICredential_Yes_Help' => 'Each user will be able to setup their own SMS API Account and will not use your credit.',
 	'MobileMessaging_Settings_SMSProvider' => 'SMS Provider',
@@ -39,16 +39,16 @@ $translations = array(
 	'MobileMessaging_Settings_ValidatePhoneNumber' => 'Validate',
 	'MobileMessaging_Settings_RemovePhoneNumber' => 'Remove',
 	'MobileMessaging_Settings_SuspiciousPhoneNumber' => 'If you don\'t receive the text message, you may try without the leading zero. ie. %s',
-	'MobileMessaging_Settings_CredentialNotProvidedByAdmin' => 'Before you can create and manage phone numbers, please ask your administrator to connect Piwik to a SMS Account.',
+	'MobileMessaging_Settings_CredentialNotProvidedByAdmin' => 'Before you can create and manage phone numbers, please ask your administrator to connect Piwik to an SMS Account.',
 	'MobileMessaging_Settings_CredentialNotProvided' => 'Before you can create and manage phone numbers, please connect Piwik to your SMS Account above.',
 	'MobileMessaging_Settings_CredentialProvided' => 'Your %s SMS API account is correctly configured!',
 	'MobileMessaging_Settings_UpdateOrDeleteAccount' => 'You can also %supdate%s or %sdelete%s this account.',
-	'MobileMessaging_Settings_DeleteAccountConfirm' => 'Are you sure you want to delete the SMS account?',
+	'MobileMessaging_Settings_DeleteAccountConfirm' => 'Are you sure you want to delete this SMS account?',
 	'MobileMessaging_MobileReport_PhoneNumbers' => 'Phone Numbers',
 	'MobileMessaging_MobileReport_NoPhoneNumbers' => 'Please activate at least one phone number by accessing',
 	'MobileMessaging_MobileReport_MobileMessagingSettingsLink' => 'the Mobile Messaging settings page',
 	'MobileMessaging_MobileReport_AdditionalPhoneNumbers' => 'You can add more phone numbers by accessing',
 	'MobileMessaging_SMS_Content_Too_Long' => '[too long]',
-	'MobileMessaging_MultiSites_Must_Be_Activated' => 'To generate SMS texts of your website stats, please enable the plugin MultiSites in Piwik.',
-	'MobileMessaging_SMSProvider_Description_Clockwork' => 'You can use Clockwork.com to send SMS Reports from Piwik.<br/> * First, get an API Key form <a href="http://clockworksms.com/platforms/piwik/">Clockwork</a> (Signup is free with some test messages) <br/> * Put your Clockwork API Key in Piwik. <br/> About Clockwork <br/> * Clockwork gives you fast, reliable high quality worldwide SMS delivery, over 450 networks in every corner of the globe. <br/>  * Cost per SMS message is circa ~0.08USD (0.06EUR). </br>  * Most countries and networks are supported but we suggest you check the latest position on their coverage map here <a href="www.clockworksms.com/sms-coverage/">www.clockworksms.com/sms-coverage/</a>',
+	'MobileMessaging_MultiSites_Must_Be_Activated' => 'To generate SMS texts of your website stats, please enable the MultiSites plugin in Piwik.',
+	'MobileMessaging_SMSProvider_Description_Clockwork' => 'You can use Clockwork.com to send SMS Reports from Piwik.<br/> * First, get an API Key form <a href="http://clockworksms.com/platforms/piwik/">Clockwork</a> (Signup is free with some test messages) <br/> * Put your Clockwork API Key in Piwik. <br/> About Clockwork <br/> * Clockwork gives you fast, reliable high quality worldwide SMS delivery, over 450 networks in every corner of the globe. <br/>  * Cost per SMS message is around ~0.08USD (0.06EUR). </br>  * Most countries and networks are supported but we suggest you check the latest position on their coverage map here <a href="www.clockworksms.com/sms-coverage/">www.clockworksms.com/sms-coverage/</a>',
 );