ChangesBrowser.st
changeset 17419 469331b680ed
parent 17400 864c10ab558a
child 17420 161d2c46c854
--- a/ChangesBrowser.st	Fri Feb 17 08:47:47 2017 +0100
+++ b/ChangesBrowser.st	Sun Feb 19 13:28:27 2017 +0100
@@ -6275,7 +6275,7 @@
         countForClassAfterLast > 0 ifTrue:[
             moreInfo := (moreInfo ? ''),(resources string:'. %1 more for this class' with:countForClassAfterLast).
             countForClassAndSelectorAfterLast > 0 ifTrue:[
-                moreInfo := moreInfo,(resources string:'. %1 more for method' with:countForClassAndSelectorAfterLast).
+                moreInfo := moreInfo,(resources string:', %1 for selector' with:countForClassAndSelectorAfterLast).
             ].    
         ].    
     ].
@@ -6304,7 +6304,7 @@
                             with:moreInfo).
     ].
 
-    "Modified: / 10-02-2017 / 18:59:10 / cg"
+    "Modified: / 19-02-2017 / 13:16:26 / cg"
 !
 
 updateSourceCodeAfterChangedSelection