aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKaren Rustad <karen.rustad@gmail.com>2011-12-22 15:45:20 -0800
committerElrond <elrond+mediagoblin.org@samba-tng.org>2011-12-23 17:28:31 +0100
commitdb425022ddcb23ad69b8ba09e7280eb699ba4a4f (patch)
tree51ed922e273f824dfadd6b968711bb5f0abdbe8c
parent6c191eb3de3bbaf3880ef270461422954554683a (diff)
downloadmediagoblin-db425022ddcb23ad69b8ba09e7280eb699ba4a4f.tar.lz
mediagoblin-db425022ddcb23ad69b8ba09e7280eb699ba4a4f.tar.xz
mediagoblin-db425022ddcb23ad69b8ba09e7280eb699ba4a4f.zip
added translation tags to html5 wwarning
-rw-r--r--mediagoblin/templates/mediagoblin/media_displays/video.html8
1 files 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=&quot;vp8, vorbis&quot;" />
<div class="no_html5">
- Sorry, this video will not work because your web browser does not support HTML5 video.<br/>
- You can get a modern web browser that can play this video at <a href="http://getfirefox.com">http://getfirefox.com</a>!
+ {%- trans -%}Sorry, this video will not work because
+ your web browser does not support HTML5
+ video.{%- endtrans -%}<br/>
+ {%- trans -%}You can get a modern web browser that
+ can play this video at <a href="http://getfirefox.com">
+ http://getfirefox.com</a>!{%- endtrans -%}
</div>
</video>
</div>