OSDN Git Service

Fix English description of Hex spell book.
authordeskull <deskull@0568b783-4c39-0410-ac80-bf13821ea2a2>
Mon, 3 Jun 2013 10:42:04 +0000 (10:42 +0000)
committerdeskull <deskull@0568b783-4c39-0410-ac80-bf13821ea2a2>
Mon, 3 Jun 2013 10:42:04 +0000 (10:42 +0000)
src/flavor.c

index 8c695e2..40bb568 100644 (file)
@@ -1780,9 +1780,9 @@ void object_desc(char *buf, object_type *o_ptr, u32b mode)
                        basenm = "¼ö½Ñ¤ÎËâË¡½ñ%";
 #else
                        if (mp_ptr->spell_book == TV_LIFE_BOOK)
-                               basenm = "& Book~ of Crusade Magic %";
+                               basenm = "& Book~ of Hex Magic %";
                        else
-                               basenm = "& Crusade Spellbook~ %";
+                               basenm = "& Hex Spellbook~ %";
 #endif
 
                        break;