diff options
author | Alex Yatskov <FooSoft@users.noreply.github.com> | 2019-10-06 21:11:54 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-10-06 21:11:54 -0700 |
commit | 7ccdb9134ced35724097bba587bbc4ceb02f1e65 (patch) | |
tree | c563d494fd7efca41d58a6a7218cffc6c8788445 /ext/bg/guide.html | |
parent | c3926c67ad83e13d278d58085eda7c84f5003505 (diff) | |
parent | 205c7d88d071d2c9328ff103ca90edfecf793919 (diff) |
Merge pull request #243 from toasted-nutbread/svg-icons
SVG icons
Diffstat (limited to 'ext/bg/guide.html')
-rw-r--r-- | ext/bg/guide.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/bg/guide.html b/ext/bg/guide.html index 7ec1d8d9..2a602f1f 100644 --- a/ext/bg/guide.html +++ b/ext/bg/guide.html @@ -23,7 +23,7 @@ <li>Click on the <em>monkey wrench</em> icon in the middle to open the options page.</li> <li>Import the dictionaries you wish to use for term and Kanji searches.</li> <li>Hold down <kbd>Shift</kbd> key or the middle mouse button as you move your mouse over text to display definitions.</li> - <li>Click on the <img src="/mixed/img/play-audio.png" alt> icon to hear the term pronounced by a native speaker.</li> + <li>Click on the <img src="/mixed/img/play-audio.svg" alt> icon to hear the term pronounced by a native speaker.</li> <li>Click on individual Kanji in the term definition results to view additional information about those characters.</li> </ol> |