don't need to mention views/indices

This commit is contained in:
Damien Elmes 2009-05-16 05:12:44 +09:00
parent 936106e4c9
commit 7588eb9650

View file

@ -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?