AbstractLauncherApplication.st
branchjv
changeset 16757 f2b7e4d96eb3
parent 16753 d0e2c8fd4a62
parent 16756 673316b94fbb
child 17132 17d361c666c2
--- a/AbstractLauncherApplication.st	Tue Jul 26 06:41:41 2016 +0200
+++ b/AbstractLauncherApplication.st	Wed Jul 27 07:06:54 2016 +0200
@@ -2591,7 +2591,7 @@
     id = screen rootView id ifTrue:[
         ^ self
     ].
-    (Dialog confirm:'This may not a be smalltalk view\(or I somehow forgot about it).\Destroy anyway ?' withCRs)
+    (Dialog confirm:'This may not be a smalltalk view\(or I somehow forgot about it).\Destroy anyway?' withCRs)
     ifTrue:[
         screen destroyView:nil withId:id
     ].