Skip to content

Commit

Permalink
Remove langcode workaround for medialement
Browse files Browse the repository at this point in the history
The underlying problem was fixed upstream
  • Loading branch information
zerocrates committed Jan 25, 2015
1 parent 28abff6 commit 5752c0d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Html5MediaPlugin.php
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@ private function _head()
{
if (Zend_Registry::isRegistered('Zend_Translate')) {
$l10n = array(
'language' => substr(get_html_lang(), 0, 2),
'language' => get_html_lang(),
'strings' => array(
'Download File' => __('Download File'),
'Play' => __('Play'),
Expand Down

0 comments on commit 5752c0d

Please sign in to comment.