diff --git a/metatag_twitter_cards/metatag_twitter_cards.metatag.inc b/metatag_twitter_cards/metatag_twitter_cards.metatag.inc index 1c92a0c..67a36ed 100644 --- a/metatag_twitter_cards/metatag_twitter_cards.metatag.inc +++ b/metatag_twitter_cards/metatag_twitter_cards.metatag.inc @@ -57,7 +57,7 @@ function metatag_twitter_cards_metatag_info() { $info['tags']['twitter:card'] = array( 'label' => t('Twitter card type'), - 'description' => t('Notes: no other fields are required for a Summary card, a Photo card requires the \'image\' field, a Media player card requires the \'title\', \'description\', \'media player URL\', \'media player width\', \'media player height\' and \'image\' fields, a Summary Card with Large Image card requires the \'Summary\' field and the \'image\' field, a Gallery Card requires all the \'Gallery Image\' fields, an App Card requires the \'Iphone app ID\' field, the \'Ipad app ID\' field and the \'Google Play app ID\' field, a Product Card requires the \'description\' field, the \'image\' field, the \'Label 1\' field, the \'Data 1\' field, the \'Label 2\' field and the \'Data 2\' field.'), + 'description' => t('Notes: no other fields are required for a Summary card, a Photo card requires the \'image\' field, a Media player card requires the \'title\', \'description\', \'media player URL\', \'media player width\', \'media player height\' and \'image\' fields, a Summary Card with Large Image card requires the \'Summary\' field and the \'image\' field, a Gallery Card requires all the \'Gallery Image\' fields, an App Card requires the \'iPhone app ID\' field, the \'iPad app ID\' field and the \'Google Play app ID\' field, a Product Card requires the \'description\' field, the \'image\' field, the \'Label 1\' field, the \'Data 1\' field, the \'Label 2\' field and the \'Data 2\' field.'), 'class' => 'DrupalTextMetaTag', 'group' => 'twitter-cards', 'form' => array( @@ -290,7 +290,7 @@ function metatag_twitter_cards_metatag_info() { ), ); $info['tags']['twitter:app:id:iphone'] = array( - 'label' => t('Iphone app ID'), + 'label' => t('iPhone app ID'), 'description' => t('String value, and should be the numeric representation of your app ID in the App Store.'), 'class' => 'DrupalTextMetaTag', 'group' => 'twitter-cards', @@ -299,7 +299,7 @@ function metatag_twitter_cards_metatag_info() { ), ); $info['tags']['twitter:app:id:ipad'] = array( - 'label' => t('Ipad app ID'), + 'label' => t('iPad app ID'), 'description' => t('String value, should be the numeric representation of your app ID in the App Store.'), 'class' => 'DrupalTextMetaTag', 'group' => 'twitter-cards', @@ -317,7 +317,7 @@ function metatag_twitter_cards_metatag_info() { ), ); $info['tags']['twitter:app:url:iphone'] = array( - 'label' => t('Iphone app\'s custom URL scheme'), + 'label' => t('iPhone app\'s custom URL scheme'), 'description' => t('Your app\'s custom URL scheme (you must include "://" after your scheme name).'), 'class' => 'DrupalTextMetaTag', 'group' => 'twitter-cards', @@ -326,7 +326,7 @@ function metatag_twitter_cards_metatag_info() { ), ); $info['tags']['twitter:app:url:ipad'] = array( - 'label' => t('Ipad app\'s custom URL scheme'), + 'label' => t('iPad app\'s custom URL scheme'), 'description' => t('Your app\'s custom URL scheme (you must include "://" after your scheme name).'), 'class' => 'DrupalTextMetaTag', 'group' => 'twitter-cards',