Index: dashboard/chrome/content/dashboard.xul
===================================================================
--- dashboard/chrome/content/dashboard.xul	(revision 0:8ed5ca0acbac)
+++ dashboard/chrome/content/dashboard.xul	(revision 16:797bd6494391)
@@ -265,5 +265,5 @@
         <checkbox id="sharing" label="&dashboard.dialog.share.checkbox;" checked="false"/>
         <textbox id="share_to" tooltiptext="&dashboard.dialog.share.server.tooltip;"
-        value="http://primelife.eu/dashboard-data"/>
+        value="http://www.w3.org/services/privacy-dashboard/share.php"/>
         </hbox>
         <html:p>&dashboard.dialog.share.p2;</html:p>
@@ -278,10 +278,7 @@
 
         <html:ul>
-        <html:li style="background-image: url('chrome://dashboard/skin/glasses-cool.png')">websites
-        that take good care of your privacy</html:li>
-        <html:li style="background-image: url('chrome://dashboard/skin/disappointed.png')">websites
-        which collect some information, but lack a machine readable privacy policy</html:li>
-        <html:li style="background-image: url('chrome://dashboard/skin/mad-tongue.png')">websites
-        that enable third parties to track you across the web</html:li>
+        <html:li style="background-image: url('chrome://dashboard/skin/glasses-cool.png')">&dashboard.dialog.share.icon1;</html:li>
+        <html:li style="background-image: url('chrome://dashboard/skin/disappointed.png')">&dashboard.dialog.share.icon2;</html:li>
+        <html:li style="background-image: url('chrome://dashboard/skin/mad-tongue.png')">&dashboard.dialog.share.icon3;</html:li>
         </html:ul>
 
@@ -295,5 +292,5 @@
         Dave Raggett, W3C<html:br/>
         Peter Wolkerstorfer, CURE<html:br/>
-        Copyright &#169; 2010 W3C <html:sup>&#xAE;</html:sup>
+        Copyright &#169; 2010-2011 W3C <html:sup>&#xAE;</html:sup>
         (MIT, ERCIM, Keio)</html:address>
         </description>
Index: dashboard/chrome/locale/en-US/dashboard.dtd
===================================================================
--- dashboard/chrome/locale/en-US/dashboard.dtd	(revision 0:8ed5ca0acbac)
+++ dashboard/chrome/locale/en-US/dashboard.dtd	(revision 16:797bd6494391)
@@ -198,4 +198,8 @@
  "This is a Firefox extension that has been designed to help you understand what personal information is being collected by websites, and to provide you with a means to control this on a per website basis. The Dashboard installs an icon on the navigation toolbar that changes according to the current website:">
 
+<!ENTITY dashboard.dialog.share.icon1 "websites that take good care of your privacy">
+<!ENTITY dashboard.dialog.share.icon2 "websites which collect some information, but lack a machine readable privacy policy">
+<!ENTITY dashboard.dialog.share.icon3 "websites that enable third parties to track you across the web">
+
 <!ENTITY dashboard.dialog.about.heading
  "PrimeLife Privacy Dashboard">
Index: dashboard/install.rdf
===================================================================
--- dashboard/install.rdf	(revision 9:38cc3cee8754)
+++ dashboard/install.rdf	(revision 16:797bd6494391)
@@ -4,5 +4,5 @@
   <Description about="urn:mozilla:install-manifest">
     <em:id>dashboard@dave.raggett</em:id>
-    <em:version>0.9.4</em:version>
+    <em:version>0.9.5</em:version>
     <em:localized>
       <Description> <!-- example localization via google translate -->
Index: dashboard/readme.txt
===================================================================
--- dashboard/readme.txt	(revision 0:8ed5ca0acbac)
+++ dashboard/readme.txt	(revision 16:797bd6494391)
@@ -22,5 +22,5 @@
 The smiley icons are from the open source chat program: Pidgin
 
-To rebuild the Extension XPI file, see the shell script: build.sh
+To rebuild the Extension XPI file, see the Linux shell script: build.sh
 
 For more information see:  http://code.w3.org/privacy-dashboard/
