Simple fix:

On video_filter.module (line 112) change

...
'#title' => 'Insert Video',
...

to

...
'#title' => t('Insert Video'),
...

Cheers.

Comments

blackdog’s picture

Version: 6.x-2.8-beta1 » 6.x-3.x-dev
Status: Needs review » Fixed

Committed to 6.x-3.x and 7.x-3.x. Thanks!

Status: Fixed » Closed (fixed)

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