diff --git a/changelog b/changelog
index 2048b96..5cfd309 100644
--- a/changelog
+++ b/changelog
@@ -1,3 +1,5 @@
+20140610 tpd src/axiom-website/patches.html 20140610.02.tpd.patch
+20140610 tpd src/doc/msgs/s2-us.msgs remove .as extension from compiler msg
 20140610 tpd src/axiom-website/patches.html 20140610.01.tpd.patch
 20140610 tpd books/bookvolbib add reference Yapp07
 20140609 tpd src/axiom-website/patches.html 20140609.01.tpd.patch
diff --git a/src/axiom-website/patches.html b/src/axiom-website/patches.html
index 41366b5..767f46b 100644
--- a/src/axiom-website/patches.html
+++ b/src/axiom-website/patches.html
@@ -4410,6 +4410,8 @@ book/*.txt email cleanup
 books/bookvol10.4 fix ++X function example in gcd
 <a href="patches/20140610.01.tpd.patch">20140610.01.tpd.patch</a>
 books/bookvolbib add reference Yapp07
+<a href="patches/20140610.02.tpd.patch">20140610.02.tpd.patch</a>
+src/doc/msgs/s2-us.msgs remove .as extension from compiler msg
  </body>
 </html>
 
diff --git a/src/doc/msgs/s2-us.msgs b/src/doc/msgs/s2-us.msgs
index 4ca97f3..482e49d 100755
--- a/src/doc/msgs/s2-us.msgs
+++ b/src/doc/msgs/s2-us.msgs
@@ -766,8 +766,7 @@ S2IZ0038A
  options %b %ceon %2 %ceoff %d
  Use the system command %b )set compiler args %d to change these options.
 S2IZ0039
- Only AXIOM source files with file extensions
- %b .as, .ao, .al, %d or %b .spad %d can be compiled.
+ Only AXIOM source files with file extension .spad can be compiled.
 S2IZ0040
  The %b )constructor %d option to %b )compile %d must also be
  specified when the %b )functions %d option is used.
@@ -1012,7 +1011,7 @@ S2IZ0082
  The old AXIOM system compiler can only compile files with file extension
  ".spad".
 S2IZ0083
- The AXIOM-XL compiler can only compile files with file extensions ".as" or
+ The AXIOM-XL compiler cannot compile files with file extensions ".as" or
  ".ao".
 S2IZ0084
  The )library system command was not called after compilation.
