diff options
author | Alex Yatskov <alex@foosoft.net> | 2016-11-13 19:10:28 -0800 |
---|---|---|
committer | Alex Yatskov <alex@foosoft.net> | 2016-11-13 19:10:28 -0800 |
commit | a9fb56688434164e30f8f94868c652be7e7d69ad (patch) | |
tree | 42ce5def7b99441e676957ef8fbad3007fbf4bfa /ext/bg/options.html | |
parent | 1d29dd8ba765d7f7dfec69dfd783016c086989b3 (diff) |
WIP
Diffstat (limited to 'ext/bg/options.html')
-rw-r--r-- | ext/bg/options.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/ext/bg/options.html b/ext/bg/options.html index 6d745b93..c3450c39 100644 --- a/ext/bg/options.html +++ b/ext/bg/options.html @@ -73,7 +73,7 @@ <p class="help-block"> Yomichan can import both bundled and custom (see the <a href="https://foosoft.net/projects/yomichan-import">Yomichan Import</a> page for details) dictionaries. Although it is also possible to delete unneeded dictionaries, this operation is <em>extremely slow</em> and it is often - easier to disable them or simply <a href="javascript:resetDatabase();">reset the database</a>. Finally, please make sure to + easier to disable them or simply <a id="dict-purge">purge the database</a>. Finally, please make sure to wait for import and delete operations to complete before closing this page. </p> @@ -81,7 +81,7 @@ <div class="alert alert-warning" id="dict-warning"> <strong>No dictionaries found:</strong> - <span>please use the dropdown below to install packaged and external dictionaries</span> + <span>please use the drop down below to install packaged and external dictionaries</span> </div> <div class="alert alert-danger" id="dict-error"> @@ -106,7 +106,7 @@ </ul> </div> <input type="text" id="dict-url" class="form-control" placeholder="Dictionary import URL"> - <div class="input-group-btn disabled"> + <div class="input-group-btn"> <button type="button" id="dict-import" class="btn btn-primary" disabled>Import</button> </div> </div> |