mirror of
https://github.com/ankitects/anki.git
synced 2025-09-22 16:02:23 -04:00
disable incremental reading on update
This commit is contained in:
parent
b6bd0f6fe3
commit
6f676c8f03
1 changed files with 3 additions and 0 deletions
|
@ -2683,6 +2683,9 @@ The regenerate reading field plugin has been disabled, as the Japanese \
|
||||||
support plugin supports this now. Please download the latest version.""")),
|
support plugin supports this now. Please download the latest version.""")),
|
||||||
("Sync LaTeX with iPhone client.py",
|
("Sync LaTeX with iPhone client.py",
|
||||||
native % "sync LaTeX"),
|
native % "sync LaTeX"),
|
||||||
|
("Incremental Reading.py",
|
||||||
|
_("""The incremental reading plugin has been disabled because \
|
||||||
|
it needs updates.""")),
|
||||||
("Learn Mode.py", _("""\
|
("Learn Mode.py", _("""\
|
||||||
The learn mode plugin has been disabled because it needs to be rewritten \
|
The learn mode plugin has been disabled because it needs to be rewritten \
|
||||||
to work with this version of Anki."""))
|
to work with this version of Anki."""))
|
||||||
|
|
Loading…
Reference in a new issue