diff --git a/scripts/gnt-instance b/scripts/gnt-instance
index 3dfcd344a0cc059b03f97358cc54cceae6d39b96..250b11f4c6d864bc6ba350221618ca9790635524 100755
--- a/scripts/gnt-instance
+++ b/scripts/gnt-instance
@@ -876,9 +876,8 @@ def MigrateInstance(opts, args):
     else:
       usertext = ("Instance %s will be migrated. Note that migration" %
                   (instance_name,))
-    usertext += (" is **experimental** in this version."
-                " This might impact the instance if anything goes wrong."
-                " Continue?")
+    usertext += (" might impact the instance if anything goes wrong"
+                 " (e.g. due to bugs in the hypervisor). Continue?")
     if not AskUser(usertext):
       return 1