MultiViewToolApplication.st
changeset 6509 bcaae26df254
parent 6458 abf7db73fa79
child 6634 a94d8a07247d
--- a/MultiViewToolApplication.st	Mon Jan 30 19:13:25 2006 +0100
+++ b/MultiViewToolApplication.st	Mon Jan 30 19:17:56 2006 +0100
@@ -265,7 +265,7 @@
     |tabList newWsIndex|
 
     wsIndex == self selectedWorkspaceIndexHolder value ifTrue:[
-        (self askIfModified:'Text was modified. Remove anyway ?' yesButton:'Remove') ifFalse:[
+        (self askIfModified:'Text was modified. Remove buffer anyway ?' yesButton:'Remove Buffer') ifFalse:[
             ^ self
         ].
     ].
@@ -459,5 +459,5 @@
 !MultiViewToolApplication class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libtool/MultiViewToolApplication.st,v 1.8 2005-12-27 16:28:35 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libtool/MultiViewToolApplication.st,v 1.9 2006-01-30 18:17:10 cg Exp $'
 ! !