From 8ddcc9a73c7f2a4bea23da4ccf22d751157431fb Mon Sep 17 00:00:00 2001 From: Damien Elmes Date: Fri, 9 Mar 2012 19:06:07 +0900 Subject: [PATCH] tweak schema mod msg --- aqt/main.py | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/aqt/main.py b/aqt/main.py index 1eca383a8..5913ec551 100755 --- a/aqt/main.py +++ b/aqt/main.py @@ -814,9 +814,10 @@ the problem and restart Anki.""") if not self.inMainThread(): return True return askUser(_("""\ -This operation can't be merged when syncing, so if you have made \ -changes on other devices that haven't been synced to this device yet, \ -they will be lost. Are you sure you want to continue?""")) +The requested change will require a full upload of the database when \ +you next synchronize your collection. If you have reviews or other changes \ +waiting on another device that haven't been synchronized here yet, they \ +will be lost. Continue?""")) # Empty card deletion ##########################################################################