aboutsummaryrefslogtreecommitdiff
path: root/ext/bg/options.html
diff options
context:
space:
mode:
authorAlex Yatskov <alex@foosoft.net>2016-11-10 19:36:45 -0800
committerAlex Yatskov <alex@foosoft.net>2016-11-10 19:36:45 -0800
commit0ff41d5843b3bf39994ae32e4ab623bfe0e4e3ca (patch)
treeb1eb44335b0004c9e5243db8db5ed90b4a52a942 /ext/bg/options.html
parent8b5ee629311065bc53537d5684931dbf775c4e3e (diff)
Delete dictionary deletion
Diffstat (limited to 'ext/bg/options.html')
-rw-r--r--ext/bg/options.html6
1 files changed, 3 insertions, 3 deletions
diff --git a/ext/bg/options.html b/ext/bg/options.html
index 4f74a58e..9026520b 100644
--- a/ext/bg/options.html
+++ b/ext/bg/options.html
@@ -7,7 +7,7 @@
<link rel="stylesheet" type="text/css" href="../lib/bootstrap-3.3.6-dist/css/bootstrap-theme.min.css">
<style>
#anki-spinner, #anki-general, #anki-error,
- #dict-spinner, .dict-import-progress, .dict-delete-progress,
+ #dict-spinner, .dict-progress,
#options-advanced {
display: none;
}
@@ -75,8 +75,8 @@
<span></span>
</div>
- <div class="dict-import-progress">Dictionary data is being imported, please be patient...</div>
- <div class="progress dict-import-progress">
+ <div class="dict-progress">Dictionary data is being imported, please be patient...</div>
+ <div class="progress dict-progress">
<div class="progress-bar progress-bar-striped" style="width: 0%"></div>
</div>