diff --git a/changelog b/changelog
index d362c71..315a901 100644
--- a/changelog
+++ b/changelog
@@ -1,3 +1,5 @@
+20120128 tpd src/axiom-website/patches.html 20120128.02.tpd.patch
+20120128 tpd src/input/pasta.input fix graphics title 
 20120128 tpd src/axiom-website/patches.html 20120128.01.tpd.patch
 20120128 tpd src/axiom-website/documentation.html add jstat Journal article
 20120127 tpd src/axiom-website/patches.html 20120127.02.tpd.patch
diff --git a/src/axiom-website/patches.html b/src/axiom-website/patches.html
index ad08722..dc10f55 100644
--- a/src/axiom-website/patches.html
+++ b/src/axiom-website/patches.html
@@ -3782,5 +3782,7 @@ January 2012 release<br/>
 src/axiom-website/download.html add ubuntu binary, all srcsE<br/>
 <a href="patches/20120128.01.tpd.patch">20120128.01.tpd.patch</a>
 src/axiom-website/documentation.html add jstat Journal article<br/>
+<a href="patches/20120128.02.tpd.patch">20120128.02.tpd.patch</a>
+src/input/pasta.input fix graphics title <br/>
  </body>
 </html>
diff --git a/src/input/pasta.input.pamphlet b/src/input/pasta.input.pamphlet
index e328f09..6a251e1 100644
--- a/src/input/pasta.input.pamphlet
+++ b/src/input/pasta.input.pamphlet
@@ -701,7 +701,7 @@ Z(i,j) == (3*j)/50.
 
 --S 59 of 59
 draw(surface(X(i,j),Y(i,j),Z(i,j)),i=0..150,j=0..50,_
-     style=="shade",title=="Racchette")
+     style=="shade",title=="Scialatielli")
 --R 
 --R   Compiling function X with type (Variable i,Variable j) -> Expression
 --R      Float 
