summaryrefslogtreecommitdiff
path: root/ext/fg
diff options
context:
space:
mode:
authorAlex Yatskov <alex@foosoft.net>2016-08-10 08:44:52 -0700
committerAlex Yatskov <alex@foosoft.net>2016-08-10 08:44:52 -0700
commit5cc989b87f671702912e28c0bce3747b6b79b87b (patch)
tree5f02fec89d585e5e773becdaea09f293c2b9d13a /ext/fg
parent0ef6a2f6c963f11a97b62eacca7476ee4ec2c071 (diff)
Rename references of "vocab" to "term"
Diffstat (limited to 'ext/fg')
-rw-r--r--ext/fg/img/add_term_kana.png (renamed from ext/fg/img/add_vocab_kana.png)bin286 -> 286 bytes
-rw-r--r--ext/fg/img/add_term_kanji.png (renamed from ext/fg/img/add_vocab_kanji.png)bin733 -> 733 bytes
-rw-r--r--ext/fg/js/client.js2
3 files changed, 1 insertions, 1 deletions
diff --git a/ext/fg/img/add_vocab_kana.png b/ext/fg/img/add_term_kana.png
index 41ff8335..41ff8335 100644
--- a/ext/fg/img/add_vocab_kana.png
+++ b/ext/fg/img/add_term_kana.png
Binary files differ
diff --git a/ext/fg/img/add_vocab_kanji.png b/ext/fg/img/add_term_kanji.png
index 6332fefe..6332fefe 100644
--- a/ext/fg/img/add_vocab_kanji.png
+++ b/ext/fg/img/add_term_kanji.png
Binary files differ
diff --git a/ext/fg/js/client.js b/ext/fg/js/client.js
index 202d6dbd..1bd68aea 100644
--- a/ext/fg/js/client.js
+++ b/ext/fg/js/client.js
@@ -117,7 +117,7 @@ class Client {
this.definitions = defs;
this.showPopup(textSource, content);
- return bgCanAddDefinitions(defs, ['vocab_kanji', 'vocab_kana']);
+ return bgCanAddDefinitions(defs, ['term_kanji', 'term_kana']);
})
.then((states) => {
if (states !== null) {