UserPreferences.st
changeset 19953 af1909f1dbec
parent 19952 fbc6851eacec
child 19954 8ba5a0cbe56a
--- a/UserPreferences.st	Mon Jun 06 10:43:12 2016 +0200
+++ b/UserPreferences.st	Mon Jun 06 10:44:24 2016 +0200
@@ -5141,7 +5141,7 @@
 
 functionKeySequences
     "return the collection of function-key macros.
-     Thats a dictionary, which assigns code to F-keys"
+     That's a dictionary, which assigns code to F-keys"
 
     ^ self at:#functionKeySequences ifAbsentPut:[Dictionary new]
 
@@ -5149,7 +5149,8 @@
      UserPreferences current functionKeySequences
     "
 
-    "Modified: / 11.9.1998 / 00:09:59 / cg"
+    "Modified: / 11-09-1998 / 00:09:59 / cg"
+    "Modified (comment): / 06-06-2016 / 10:43:30 / cg"
 !
 
 hideSupportCodeInDebugger