function theme_video_conversion_failed in Video 7
Same name and namespace in other branches
- 7.2 video.theme.inc \theme_video_conversion_failed()
Display an "encoding failed" message"
1 theme call to theme_video_conversion_failed()
File
- ./
video.theme.inc, line 170
Code
function theme_video_conversion_failed() {
return '<div class="video-conversion-failed">' . t('The video conversion process has failed. You might want to submit a simpler video format like <em>mpeg</em> or <em>divx avi</em>.<br />If the problem persists please contact website administrators.') . '</div>';
}