summaryrefslogtreecommitdiff
path: root/tmpl/terms.html
diff options
context:
space:
mode:
Diffstat (limited to 'tmpl/terms.html')
-rw-r--r--tmpl/terms.html8
1 files changed, 4 insertions, 4 deletions
diff --git a/tmpl/terms.html b/tmpl/terms.html
index 6212cb21..f108da26 100644
--- a/tmpl/terms.html
+++ b/tmpl/terms.html
@@ -20,13 +20,13 @@
{{#*inline "term"}}
<div class="entry">
<div class="actions">
- <img src="/mixed/img/entry-current.png" title="Current entry (arrows / home / end)" class="current" alt>
+ <img src="/mixed/img/entry-current.png" class="current" title="Current entry (arrows / home / end)" alt>
{{#if addable}}
- <a href="#" title="Add expression" class="action-add-note pending disabled" data-mode="term-kanji"><img src="/mixed/img/add-term-kanji.png" alt></a>
- <a href="#" title="Add reading" class="action-add-note pending disabled" data-mode="term-kana"><img src="/mixed/img/add-term-kana.png" alt></a>
+ <a href="#" class="action-add-note pending disabled" data-mode="term-kanji"><img src="/mixed/img/add-term-kanji.png" title="Add expression ([)" alt></a>
+ <a href="#" class="action-add-note pending disabled" data-mode="term-kana"><img src="/mixed/img/add-term-kana.png" title="Add reading (])" alt></a>
{{/if}}
{{#if playback}}
- <a href="#" title="Play audio" class="action-play-audio"><img src="/mixed/img/play-audio.png" alt></a>
+ <a href="#" class="action-play-audio"><img src="/mixed/img/play-audio.png" title="Play audio (\)" alt></a>
{{/if}}
</div>