mirror of
https://github.com/ankitects/anki.git
synced 2025-09-21 23:42:23 -04:00
tweak schema mod msg
This commit is contained in:
parent
3e0aed4e41
commit
8ddcc9a73c
1 changed files with 4 additions and 3 deletions
|
@ -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
|
||||||
##########################################################################
|
##########################################################################
|
||||||
|
|
Loading…
Reference in a new issue