diff options
author | Alex Yatskov <alex@foosoft.net> | 2016-08-10 08:44:52 -0700 |
---|---|---|
committer | Alex Yatskov <alex@foosoft.net> | 2016-08-10 08:44:52 -0700 |
commit | 5cc989b87f671702912e28c0bce3747b6b79b87b (patch) | |
tree | 5f02fec89d585e5e773becdaea09f293c2b9d13a /ext/fg | |
parent | 0ef6a2f6c963f11a97b62eacca7476ee4ec2c071 (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) | bin | 286 -> 286 bytes | |||
-rw-r--r-- | ext/fg/img/add_term_kanji.png (renamed from ext/fg/img/add_vocab_kanji.png) | bin | 733 -> 733 bytes | |||
-rw-r--r-- | ext/fg/js/client.js | 2 |
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 Binary files differindex 41ff8335..41ff8335 100644 --- a/ext/fg/img/add_vocab_kana.png +++ b/ext/fg/img/add_term_kana.png diff --git a/ext/fg/img/add_vocab_kanji.png b/ext/fg/img/add_term_kanji.png Binary files differindex 6332fefe..6332fefe 100644 --- a/ext/fg/img/add_vocab_kanji.png +++ b/ext/fg/img/add_term_kanji.png 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) { |