Closed (fixed)
Project:
Video Filter
Version:
6.x-3.x-dev
Component:
User interface
Priority:
Minor
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
15 May 2011 at 16:06 UTC
Updated:
10 Jun 2011 at 11:02 UTC
Simple fix:
On video_filter.module (line 112) change
...
'#title' => 'Insert Video',
...
to
...
'#title' => t('Insert Video'),
...
Cheers.
Comments
Comment #1
blackdog commentedCommitted to 6.x-3.x and 7.x-3.x. Thanks!