Index: irpg/trunk/htdocs/playerview.php
===================================================================
--- irpg/trunk/htdocs/playerview.php	(revision 1464)
+++ irpg/trunk/htdocs/playerview.php	(revision 1465)
@@ -73,26 +73,26 @@
             $uniquecolor="#be9256";
             if ($key == "helm" && substr($val,-1,1) == "a") {
-                $val = intval($val)." [<font color=\"$uniquecolor\">Mattt's Omniscience Grand Crown</font>]";
+                $val = intval($val)." [<font color=\"$uniquecolor\">".htmlentities(ucfirst(gettext("Mattt's Omniscience Grand Crown")))."</font>]";
             }
             if ($key == "tunic" && substr($val,-1,1) == "b") {
-                $val = intval($val)." [<font color=\"$uniquecolor\">Res0's Protectorate Plate Mail</font>]";
+                $val = intval($val)." [<font color=\"$uniquecolor\">".htmlentities(ucfirst(gettext(Res0's Protectorate Plate Mail")))."</font>]";
             }
             if ($key == "amulet" && substr($val,-1,1) == "c") {
-                $val = intval($val)." [<font color=\"$uniquecolor\">Dwyn's Storm Magic Amulet</font>]";
+                $val = intval($val)." [<font color=\"$uniquecolor\">".htmlentities(ucfirst(gettext(Dwyn's Storm Magic Amulet")))."</font>]";
             }
             if ($key == "weapon" && substr($val,-1,1) == "d") {
-                $val = intval($val)." [<font color=\"$uniquecolor\">Jotun's Fury Colossal Sword</font>]";
+                $val = intval($val)." [<font color=\"$uniquecolor\">".htmlentities(ucfirst(gettext(Jotun's Fury Colossal Sword")))."</font>]";
             }
             if ($key == "weapon" && substr($val,-1,1) == "e") {
-                $val = intval($val)." [<font color=\"$uniquecolor\">Drdink's Cane of Blind Rage</font>]";
+                $val = intval($val)." [<font color=\"$uniquecolor\">".htmlentities(ucfirst(gettext(Drdink's Cane of Blind Rage")))."</font>]";
             }
             if ($key == "boots" && substr($val,-1,1) == "f") {
-                $val = intval($val)." [<font color=\"$uniquecolor\">Mrquick's Magical Boots of Swiftness</font>]";
+                $val = intval($val)." [<font color=\"$uniquecolor\">".htmlentities(ucfirst(gettext(Mrquick's Magical Boots of Swiftness")))."</font>]";
             }
             if ($key == "weapon" && substr($val,-1,1) == "g") {
-                $val = intval($val)." [<font color=\"$uniquecolor\">Jeff's Cluehammer of Doom</font>]";
+                $val = intval($val)." [<font color=\"$uniquecolor\">".htmlentities(ucfirst(gettext(Jeff's Cluehammer of Doom")))."</font>]";
             }
             if ($key == "ring" && substr($val,-1,1) == "h") {
-                $val = intval($val)." [<font color=\"$uniquecolor\">Juliet's Glorious Ring of Sparkliness</font>]";
+                $val = intval($val)." [<font color=\"$uniquecolor\">".htmlentities(ucfirst(gettext(Juliet's Glorious Ring of Sparkliness")))."</font>]";
             }
             echo "      ".htmlentities(ucfirst(gettext($key)))." : $val<br />\n";
