changeset 5:af0b958a6e17

Bugfix.
author Matti Hamalainen <ccr@tnsp.org>
date Mon, 10 Jan 2011 05:08:49 +0200
parents 563783b8cd22
children 2fb901161013
files index.php
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/index.php	Mon Jan 10 04:51:59 2011 +0200
+++ b/index.php	Mon Jan 10 05:08:49 2011 +0200
@@ -8,7 +8,7 @@
 $fixItemTable = array(
   "(purple|green) gloves" => 'a ${1} glove',
   "heavy black metal rings" => "a heavy black metal ring",
-  "bracelet mades of green crystal" => "a bracelet made of green crystal",
+  "bracelet mades of green crystal" => "bracelet made of green crystal",
   "white cloth packs for holding salves" => "white cloth pack for holding salves",
 );