Closed (fixed)
Project:
Video
Version:
5.x-1.x-dev
Component:
Code
Priority:
Minor
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
8 Apr 2007 at 14:52 UTC
Updated:
14 Oct 2009 at 16:10 UTC
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
Comment #1
brakkevh commentedYou can change the
play <em>video title</em>line in your . Just search for the string:play %linkand 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 witht('Play')Comment #2
hypertext200this is not a bug, this is a customization on UI