From db425022ddcb23ad69b8ba09e7280eb699ba4a4f Mon Sep 17 00:00:00 2001 From: Karen Rustad Date: Thu, 22 Dec 2011 15:45:20 -0800 Subject: [PATCH] added translation tags to html5 wwarning --- .../templates/mediagoblin/media_displays/video.html | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/mediagoblin/templates/mediagoblin/media_displays/video.html b/mediagoblin/templates/mediagoblin/media_displays/video.html index d7046039..ada50e28 100644 --- a/mediagoblin/templates/mediagoblin/media_displays/video.html +++ b/mediagoblin/templates/mediagoblin/media_displays/video.html @@ -12,8 +12,12 @@ media['media_files']['webm_640']) }}" type="video/webm; codecs="vp8, vorbis"" />
- Sorry, this video will not work because your web browser does not support HTML5 video.
- You can get a modern web browser that can play this video at http://getfirefox.com! + {%- trans -%}Sorry, this video will not work because + your web browser does not support HTML5 + video.{%- endtrans -%}
+ {%- trans -%}You can get a modern web browser that + can play this video at + http://getfirefox.com!{%- endtrans -%}
-- 2.25.1