class: AbstractSourceCodeManager
authorClaus Gittinger <cg@exept.de>
Fri, 12 Dec 2014 20:17:52 +0100
changeset 3684 7f6dc6208ae7
parent 3683 fb6ad154b94d
child 3685 d5d6862b4cc4
class: AbstractSourceCodeManager changed: #checkMethodPackagesOf: translate UI string
AbstractSourceCodeManager.st
--- a/AbstractSourceCodeManager.st	Fri Dec 12 20:16:58 2014 +0100
+++ b/AbstractSourceCodeManager.st	Fri Dec 12 20:17:52 2014 +0100
@@ -969,7 +969,7 @@
 
         SourceCodeManagerUtilities yesToAllNotification isHandled       
         ifTrue:[
-            labels := #('Cancel' 'No' 'Browse' 'Yes to all' 'Yes').
+            labels := #('Cancel' 'No' 'Browse' 'Yes to All' 'Yes').
             actions := #(#cancel false #browse #yesToAll true).
         ] ifFalse:[
             labels := #('Cancel' 'No' 'Browse' 'Yes').
@@ -3981,15 +3981,15 @@
 !AbstractSourceCodeManager class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libbasic3/AbstractSourceCodeManager.st,v 1.336 2014-11-29 02:33:25 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic3/AbstractSourceCodeManager.st,v 1.337 2014-12-12 19:17:52 cg Exp $'
 !
 
 version_CVS
-    ^ '$Header: /cvs/stx/stx/libbasic3/AbstractSourceCodeManager.st,v 1.336 2014-11-29 02:33:25 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic3/AbstractSourceCodeManager.st,v 1.337 2014-12-12 19:17:52 cg Exp $'
 !
 
 version_SVN
-    ^ '$Id: AbstractSourceCodeManager.st,v 1.336 2014-11-29 02:33:25 cg Exp $'
+    ^ '$Id: AbstractSourceCodeManager.st,v 1.337 2014-12-12 19:17:52 cg Exp $'
 ! !