diff options
Diffstat (limited to 'ext/settings.html')
-rw-r--r-- | ext/settings.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/ext/settings.html b/ext/settings.html index 712dda3f..3e2b6237 100644 --- a/ext/settings.html +++ b/ext/settings.html @@ -2315,8 +2315,8 @@ <div class="settings-item-children more" hidden> <p> The <em>URL</em> property specifies the URL format used for fetching audio clips in <em>Custom</em> mode. - The replacement tags <code data-select-on-click="">{expression}</code> and <code data-select-on-click="">{reading}</code> can be used to specify which - expression and reading is being looked up.<br> + The replacement tags <code data-select-on-click="">{term}</code> and <code data-select-on-click="">{reading}</code> can be used to specify which + term and reading is being looked up.<br> </p> <p> The <em>Type</em> property specifies how the URL is handled when looking up audio: @@ -2331,7 +2331,7 @@ </li> </ul> <p> - Example URL: <a data-select-on-click="">http://localhost/audio.mp3?expression={expression}&reading={reading}</a> + Example URL: <a data-select-on-click="">http://localhost/audio.mp3?term={term}&reading={reading}</a> </p> <p> <a class="more-toggle" data-parent-distance="3">Less…</a> |