ApplicationModel.st
changeset 4362 8d24b880de6c
parent 4361 35ae4734af0b
child 4364 511f14f879b8
--- a/ApplicationModel.st	Tue Oct 01 20:05:11 2019 +0200
+++ b/ApplicationModel.st	Wed Oct 02 02:23:01 2019 +0200
@@ -2985,9 +2985,11 @@
 !
 
 showMeHowItWorksDefaultMajorKeys
-    "Usually, the major key defaults to the classes name"
-
-    ^ { self class name  copyReplaceAll:$: with:$_.
+    "Usually, the major key defaults to the classes name.
+     The returned keys are tried as filename prefixes in the resources/shows folder"
+
+    ^ { 
+        self class name copyReplaceAll:$: with:$_.
         self class nameWithoutPrefix copyReplaceAll:$: with:$_ 
       } asSet