Checkmark instead of X.


git-svn-id: https://svn.apache.org/repos/asf/httpd/docs-build/trunk@1040150 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/list_translations.pl b/list_translations.pl
index 200c7ef..0685f96 100755
--- a/list_translations.pl
+++ b/list_translations.pl
@@ -33,7 +33,8 @@
 
 <p>The following modules have already been translated. If you are able
 to provide translations into any of these languages (or any others)
-please let us know.</p>
+please let us know. 
+(<a href="translations.html">Back to translations page</a>)</p>
 
 <table border="1">
 <tr><th>Document</th>
@@ -57,9 +58,9 @@
     }
     foreach my $l ( sort keys %LANGS ) {
         if ( $trans{$l} ) {
-            print '<td>X</td>';
+            print '<td>&#10004;</td>';
         } else {
-            print '<td></td>';
+            print '<td>-</td>';
         }
     }
     print "</tr>\n";