If the "play" link is enabled, the description for the link is play <em>video title</em>.

Also, when the video is shown in a tab, the title of the tab is "play", but it should be "Play".

These are VERY VERY minor bugs in what is otherwise a great module, I'm just reporting them for completeness. Good work!

Comments

brakkevh’s picture

You can change the play <em>video title</em> line in your . Just search for the string: play %link and you can replace it with anything you like. If you remove the %link, it will just say "play".

To change play into Play for the tab, you can change this at video.module file. Search for t('play') and replace it with t('Play')

hypertext200’s picture

Status: Active » Fixed

this is not a bug, this is a customization on UI

Status: Fixed » Closed (fixed)

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