diff --git a/metatag_opengraph/metatag_opengraph.metatag.inc b/metatag_opengraph/metatag_opengraph.metatag.inc index f9a9f55..310a8b2 100644 --- a/metatag_opengraph/metatag_opengraph.metatag.inc +++ b/metatag_opengraph/metatag_opengraph.metatag.inc @@ -170,11 +170,11 @@ function _metatag_opengraph_type_options() { 'sport' => t('Sport'), ), t('Businesses') => array( - 'bar' => t('Bar'), - 'company' => t('Company'), - 'cafe' => t('Cafe'), - 'hotel' => t('Hotel'), - 'restaurant' => t('Restaurant'), + 'bar' => t('Bar', array(), array('context' => 'business')), + 'company' => t('Company', array(), array('context' => 'business')), + 'cafe' => t('Cafe', array(), array('context' => 'business')), + 'hotel' => t('Hotel', array(), array('context' => 'business')), + 'restaurant' => t('Restaurant', array(), array('context' => 'business')), ), t('Groups') => array( 'cause' => t('Cause'),