diff options
author | Alex Yatskov <alex@foosoft.net> | 2016-07-18 08:08:31 -0700 |
---|---|---|
committer | Alex Yatskov <alex@foosoft.net> | 2016-07-18 08:08:31 -0700 |
commit | a567ef360523e71040348fdded761c6d71a6d4d5 (patch) | |
tree | f662ea0b4566c69c21418fd9e5f05c5b7504f078 /ext/bg | |
parent | cea8471290d906cc268902e82704f8efad82fda6 (diff) |
Pronounce => Play Audio
Diffstat (limited to 'ext/bg')
-rw-r--r-- | ext/bg/js/templates.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ext/bg/js/templates.js b/ext/bg/js/templates.js index 11529eff..079389f2 100644 --- a/ext/bg/js/templates.js +++ b/ext/bg/js/templates.js @@ -104,11 +104,11 @@ templates['term.html'] = template({"1":function(container,depth0,helpers,partial },"2":function(container,depth0,helpers,partials,data,blockParams,depths) { var helper, alias1=container.escapeExpression; - return " <a href=\"#\" title=\"Pronounce\" class=\"action-pronounce\" data-index=\"" + return " <a href=\"#\" title=\"Play audio\" class=\"action-play-audio\" data-index=\"" + alias1(((helper = (helper = helpers.index || (data && data.index)) != null ? helper : helpers.helperMissing),(typeof helper === "function" ? helper.call(depth0 != null ? depth0 : {},{"name":"index","hash":{},"data":data}) : helper))) + "\"><img src=\"" + alias1(container.lambda((depths[1] != null ? depths[1].root : depths[1]), depth0)) - + "/img/pronounce.png\"></a>\n"; + + "/img/play_audio.png\"></a>\n"; },"4":function(container,depth0,helpers,partials,data,blockParams,depths) { var helper, alias1=depth0 != null ? depth0 : {}, alias2=helpers.helperMissing, alias3="function", alias4=container.escapeExpression, alias5=container.lambda; |