diff --git a/ankiqt/ui/main.py b/ankiqt/ui/main.py
index 708555ed5..a7d98f69e 100644
--- a/ankiqt/ui/main.py
+++ b/ankiqt/ui/main.py
@@ -1477,9 +1477,12 @@ class AnkiQt(QMainWindow):
ret = self.deck.fixIntegrity()
if ret == "ok":
ret = _("""\
-No problems found. Some data structures have been rebuilt in case
-they were causing problems. On the next sync, all cards will be
-sent to the server.""")
+No problems found. Some data structures have been rebuilt in case
+they were causing problems.
+On the next sync, all cards will be sent to the server.
+If you have changes on the server and have not synced locally,
+do not sync your deck. Restore your deck from an automatic
+backup and then run this command again after syncing.""")
ui.utils.showInfo(ret)
ret = True
else:
diff --git a/designer/main.ui b/designer/main.ui
index bc8d38005..75a8f2547 100644
--- a/designer/main.ui
+++ b/designer/main.ui
@@ -460,12 +460,11 @@