diff options
| author | Alex Yatskov <alex@foosoft.net> | 2017-06-25 16:25:46 -0700 | 
|---|---|---|
| committer | Alex Yatskov <alex@foosoft.net> | 2017-06-25 16:25:46 -0700 | 
| commit | 2de9efe8a4004010ca1891a9d77fd0a29e266b7c (patch) | |
| tree | 12d3f870fd2edb44ac3115fa810b4cd49dca01ce /ext | |
| parent | 84ef2ea8c2c64805bd29c2a90bb16c1c740c6a1b (diff) | |
updating options page
Diffstat (limited to 'ext')
| -rw-r--r-- | ext/bg/options.html | 12 | 
1 files changed, 7 insertions, 5 deletions
| diff --git a/ext/bg/options.html b/ext/bg/options.html index 850e3b41..d139ada6 100644 --- a/ext/bg/options.html +++ b/ext/bg/options.html @@ -118,17 +118,19 @@                  </div>                  <p class="help-block"> -                    Yomichan can utilize both bundled and custom (see the <a href="https://foosoft.net/projects/yomichan-import">Yomichan Import</a> -                    page for details) dictionaries. You can disable dictionaries that you no longer wish to use, or you can simply -                    <a href="#" id="dict-purge">purge the database</a> to delete everything. Please make sure to wait for import -                    and delete operations to complete before closing this page. +                    Yomichan can import and use a variety of dictionary formats. Unneeded dictionaries can be disabled, +                    or you can simply <a href="#" id="dict-purge">purge the database</a> to delete everything. +                </p> +                <p class="help-block"> +                    Please visit the <a href="https://foosoft.net/projects/yomichan">Yomichan</a> homepage to download free +                    dictionaries that you can use with this extension.                  </p>                  <div id="dict-purge-progress" class="text-danger">Dictionary data is being purged, please be patient...</div>                  <div class="alert alert-warning" id="dict-warning">                      <strong>Warning:</strong> -                    <span>No dictionaries found, use the importer below to install packaged and external dictionaries</span> +                    <span>no dictionaries found; please use the importer below to install packaged dictionaries</span>                  </div>                  <div class="alert alert-danger" id="dict-error"> |