diff --git a/anki/storage.py b/anki/storage.py index b8e31966a..8cf87f98e 100644 --- a/anki/storage.py +++ b/anki/storage.py @@ -160,11 +160,11 @@ values(1,0,0,0,%(v)s,0,'',0,'', '', ''); # create a default group/configuration, which should not be removed db.execute( "insert or ignore into gconf values (1, ?, ?, ?)""", - intTime(), _("Default Options"), + intTime(), _("Default"), simplejson.dumps(anki.groups.defaultConf)) db.execute( "insert or ignore into groups values (1, ?, ?, 1, ?)", - intTime(), _("Default Group"), simplejson.dumps( + intTime(), _("Default"), simplejson.dumps( anki.groups.defaultData)) if setDeckConf: db.execute("update deck set qconf = ?, conf = ?, data = ?",