From 27533c0fc8194a579d2b07e863790fd3f4ae9b60 Mon Sep 17 00:00:00 2001 From: Damien Elmes Date: Wed, 7 Sep 2011 22:18:50 +0900 Subject: [PATCH] tweak wording --- aqt/main.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/aqt/main.py b/aqt/main.py index daaea725b..f42f18639 100755 --- a/aqt/main.py +++ b/aqt/main.py @@ -917,7 +917,8 @@ Please choose a new deck name:""")) def onSchemaMod(self, arg): return askUser(_("""\ 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 ##########################################################################