summaryrefslogtreecommitdiff
path: root/tmpl
diff options
context:
space:
mode:
authorAlex Yatskov <alex@foosoft.net>2016-07-18 08:08:31 -0700
committerAlex Yatskov <alex@foosoft.net>2016-07-18 08:08:31 -0700
commita567ef360523e71040348fdded761c6d71a6d4d5 (patch)
treef662ea0b4566c69c21418fd9e5f05c5b7504f078 /tmpl
parentcea8471290d906cc268902e82704f8efad82fda6 (diff)
Pronounce => Play Audio
Diffstat (limited to 'tmpl')
-rw-r--r--tmpl/term.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/tmpl/term.html b/tmpl/term.html
index 6296a2f3..1bb79375 100644
--- a/tmpl/term.html
+++ b/tmpl/term.html
@@ -2,7 +2,7 @@
{{#with options}}
<div class="action-bar" data-sequence="{{../sequence}}">
{{#if enableAudioPlayback}}
- <a href="#" title="Pronounce" class="action-pronounce" data-index="{{@index}}"><img src="{{../root}}/img/pronounce.png"></a>
+ <a href="#" title="Play audio" class="action-play-audio" data-index="{{@index}}"><img src="{{../root}}/img/play_audio.png"></a>
{{/if}}
{{#if enableAnkiConnect}}
<a href="#" title="Add term as expression" class="action-add-note disabled" data-mode="vocab_kanji" data-index="{{@index}}"><img src="{{../root}}/img/add_vocab_kanji.png"></a>