diff options
author | toasted-nutbread <toasted-nutbread@users.noreply.github.com> | 2021-01-18 00:16:40 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-01-18 00:16:40 -0500 |
commit | 25568637fe82988522ddd5c4d8642702b898a293 (patch) | |
tree | 00f84f306fdb4f7333d519b8a5c5723316987b6c /ext/mixed/display-templates.html | |
parent | 887150e01257af0b5deb472263de116cac7d0c1c (diff) |
Display audio (#1269)
* Update display definition/definition node handling
* Separate display audio controls into a separate class
Diffstat (limited to 'ext/mixed/display-templates.html')
-rw-r--r-- | ext/mixed/display-templates.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ext/mixed/display-templates.html b/ext/mixed/display-templates.html index 39f3b978..66cd9785 100644 --- a/ext/mixed/display-templates.html +++ b/ext/mixed/display-templates.html @@ -10,7 +10,7 @@ <button class="action-button action-view-note" hidden disabled data-icon="view-note" title="View added note (Alt + V)"></button> <button class="action-button action-add-note" hidden disabled data-icon="add-term-kanji" data-mode="term-kanji" title="Add expression (Alt + E)"></button> <button class="action-button action-add-note" hidden disabled data-icon="add-term-kana" data-mode="term-kana" title="Add reading (Alt + R)"></button> - <button class="action-button action-play-audio" data-icon="play-audio" title="Play audio (Alt + P)"></button> + <button class="action-button action-play-audio" data-icon="play-audio" title="Play audio" data-title-default="Play audio"></button> <span class="entry-current-indicator-icon" title="Current entry (Alt + Up/Down/Home/End/PgUp/PgDn)"></span> </div> <div class="term-expression-list"></div> @@ -44,7 +44,7 @@ </span> </div> <div class="term-expression-details"> - <button class="action-button action-play-audio" data-icon="play-audio" title="Play audio"></button> + <button class="action-button action-play-audio" data-icon="play-audio" title="Play audio" data-title-default="Play audio"></button> <div class="tags tag-list"></div> </div> </div></template> |