Skip to content

Commit

Permalink
Fixed #18681: Media Attribute not showing correctly when creating a n…
Browse files Browse the repository at this point in the history
…ew object
  • Loading branch information
dpobel committed Nov 8, 2011
1 parent 11eb358 commit 71a6882
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions design/standard/templates/content/datatype/edit/ezmedia.tpl
Expand Up @@ -11,6 +11,8 @@
{case match=real_player}{'RealPlayer'|i18n( 'design/standard/content/datatype' )}{/case}
{case match=silverlight}{'Silverlight'|i18n( 'design/standard/content/datatype' )}{/case}
{case match=windows_media_player}{'Windows Media Player'|i18n( 'design/standard/content/datatype' )}{/case}
{case match='html5_video'}{'Html5 Video'|i18n( 'design/standard/content/datatype' )}{/case}
{case match='html5_audio'}{'Html5 Audio'|i18n( 'design/standard/content/datatype' )}{/case}
{case}{'Unknown'|i18n( 'design/standard/content/datatype' )}{/case}
{/switch}
</p>
Expand Down

0 comments on commit 71a6882

Please sign in to comment.