mirror of
https://github.com/ankitects/anki.git
synced 2025-09-24 16:56:36 -04:00
mention syncing disabled case
This commit is contained in:
parent
ee7da2bd65
commit
61812b173d
1 changed files with 4 additions and 2 deletions
|
@ -4346,8 +4346,10 @@ If you want to keep your changes to the online version, please use \
|
|||
File>Download>Personal Deck to download the online version.
|
||||
|
||||
If you want to keep the version on your computer, please enable \
|
||||
syncing again via Settings>Deck Properties>Synchronsiation. \
|
||||
(ERR-0101)""") % {
|
||||
syncing again via Settings>Deck Properties>Synchronsiation.
|
||||
|
||||
If you have syncing disabled in the preferences, you can ignore \
|
||||
this message. (ERR-0101)""") % {
|
||||
'sname':sname, 'dname':dname})
|
||||
deck.disableSyncing()
|
||||
elif sname:
|
||||
|
|
Loading…
Reference in a new issue