install file, line 323
text messed up:

'description' => 'Enter the video URL that will get shared. If a video is configured, the shared the image will only get shared if the video is',

line 27
Lable

'description' => 'Message Lable.',

module file, line 489
wrong title, should be width

  $form['sharemessage_shared_video_width'] = array(
    '#title' => t('Video height'),
    '#description' => t('The width of the player when sharing a video.'),

Support from Acquia helps fund testing for Drupal Acquia logo

Comments

miro_dietiker’s picture

This is from D8 and possibly better:
./src/Form/ShareMessageForm.php:76: '#description' => t('The video URL that will be used for sharing.'),
./src/Form/ShareMessageForm.php:84: '#description' => t('The image URL that will be used for sharing. If a video URL is set, the image is used as a thumbnail for the video.'),

bhavikshah9’s picture

Here is the patch

bhavikshah9’s picture

Status: Active » Needs review
miro_dietiker’s picture

Status: Needs review » Fixed

Thank you! Committed. :-)

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.