mirror of
https://github.com/ankitects/anki.git
synced 2025-11-10 22:57:11 -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"
|
||||
"Please restore from automatic backup (see FAQ).")
|
||||
# ensure correct views and indexes are available
|
||||
self.updateProgress(_("Adding views and indices..."))
|
||||
self.updateProgress()
|
||||
DeckStorage._addViews(self)
|
||||
DeckStorage._addIndices(self)
|
||||
# does the user have a model?
|
||||
|
|
|
|||
Loading…
Reference in a new issue