mirror of
https://github.com/ankitects/anki.git
synced 2025-11-11 07:07:13 -05:00
don't need to mention views/indices
This commit is contained in:
parent
936106e4c9
commit
7588eb9650
1 changed files with 1 additions and 1 deletions
|
|
@ -2191,7 +2191,7 @@ Return new path, relative to media dir."""
|
||||||
return _("Database file is damaged.\n"
|
return _("Database file is damaged.\n"
|
||||||
"Please restore from automatic backup (see FAQ).")
|
"Please restore from automatic backup (see FAQ).")
|
||||||
# ensure correct views and indexes are available
|
# ensure correct views and indexes are available
|
||||||
self.updateProgress(_("Adding views and indices..."))
|
self.updateProgress()
|
||||||
DeckStorage._addViews(self)
|
DeckStorage._addViews(self)
|
||||||
DeckStorage._addIndices(self)
|
DeckStorage._addIndices(self)
|
||||||
# does the user have a model?
|
# does the user have a model?
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue