OSDN Git Service

Fix the English messages to select an item with the polish shield spell.
authorEric Branlund <ebranlund@fastmail.com>
Fri, 12 Feb 2021 03:16:03 +0000 (19:16 -0800)
committerEric Branlund <ebranlund@fastmail.com>
Fri, 12 Feb 2021 03:17:38 +0000 (19:17 -0800)
src/spell-realm/spells-craft.c

index beba87e..56fe21d 100644 (file)
@@ -261,8 +261,8 @@ bool choose_ele_immune(player_type *creature_ptr, TIME_EFFECT immune_turn)
  */
 bool pulish_shield(player_type *caster_ptr)
 {
-    concptr q = _("どの盾を磨きますか?", "Pulish which weapon? ");
-    concptr s = _("磨く盾がありません。", "You have weapon to pulish.");
+    concptr q = _("どの盾を磨きますか?", "Polish which shield? ");
+    concptr s = _("磨く盾がありません。", "You have no shield to polish.");
 
     OBJECT_IDX item;
     object_type *o_ptr = choose_object(caster_ptr, &item, q, s, USE_EQUIP | USE_INVEN | USE_FLOOR | IGNORE_BOTHHAND_SLOT, TV_SHIELD);