ChangesBrowser.st
changeset 18110 d5c27e884602
parent 18061 f82108ac94a1
child 18123 905cdbcd7be1
--- a/ChangesBrowser.st	Fri May 11 09:57:19 2018 +0200
+++ b/ChangesBrowser.st	Fri May 11 10:51:51 2018 +0200
@@ -6529,9 +6529,12 @@
                             with:nMethodChanges
                             with:uniqueSelectors first
                             with:moreInfo).
-    ] ifFalse:[        
+    ] ifFalse:[
         infoHolder value:(resources 
-                            string:'%1 changes. %2 for %3 (%4 methods / %5 selectors)%6'
+                            string:
+                                ((nMethodChanges == 0 and:[uniqueSelectors isEmptyOrNil])
+                                    ifTrue:[ '%1 changes. %2 for %3 (0 methods)%6' ]
+                                    ifFalse:[ '%1 changes. %2 for %3 (%4 methods / %5 selectors)%6' ])
                             with:(changeInfoList size)
                             with:nClassChanges
                             with:className