mirror of
https://github.com/ankitects/anki.git
synced 2025-09-24 16:56:36 -04:00
tweak wording
This commit is contained in:
parent
7a81015c7a
commit
27533c0fc8
1 changed files with 2 additions and 1 deletions
|
@ -917,7 +917,8 @@ Please choose a new deck name:"""))
|
||||||
def onSchemaMod(self, arg):
|
def onSchemaMod(self, arg):
|
||||||
return askUser(_("""\
|
return askUser(_("""\
|
||||||
This operation can't be merged when syncing, so the next \
|
This operation can't be merged when syncing, so the next \
|
||||||
sync will overwrite any remote changes. Continue?"""))
|
sync will overwrite any changes made on other devices that \
|
||||||
|
haven't been synced here yet. Continue?"""))
|
||||||
|
|
||||||
# Media locations
|
# Media locations
|
||||||
##########################################################################
|
##########################################################################
|
||||||
|
|
Loading…
Reference in a new issue