EditTextView.st
changeset 6274 18d07b563ab9
parent 6270 4a9ebb5a33ec
child 6289 110928952dac
--- a/EditTextView.st	Thu Jan 25 17:28:21 2018 +0100
+++ b/EditTextView.st	Thu Jan 25 19:12:57 2018 +0100
@@ -6985,12 +6985,14 @@
 !
 
 insertDateAndTime
-    "insert the curent date and time string"
+    "insert the current date and time string"
 
     typeOfSelection := nil.
     self
         undoableDo:[ self pasteOrReplace:(Timestamp now printStringRFC1123Format)]
         info:'Paste Date and Time'
+
+    "Modified (comment): / 25-01-2018 / 19:10:40 / mawalch"
 !
 
 insertFile