tweak schema mod msg

This commit is contained in:
Damien Elmes 2012-03-09 19:06:07 +09:00
parent 3e0aed4e41
commit 8ddcc9a73c

View file

@ -814,9 +814,10 @@ the problem and restart Anki.""")
if not self.inMainThread(): if not self.inMainThread():
return True return True
return askUser(_("""\ return askUser(_("""\
This operation can't be merged when syncing, so if you have made \ The requested change will require a full upload of the database when \
changes on other devices that haven't been synced to this device yet, \ you next synchronize your collection. If you have reviews or other changes \
they will be lost. Are you sure you want to continue?""")) waiting on another device that haven't been synchronized here yet, they \
will be lost. Continue?"""))
# Empty card deletion # Empty card deletion
########################################################################## ##########################################################################