OSDN Git Service

For English message about making ammo, added an indefinite article for clarity.
authorEric Branlund <ebranlund@fastmail.com>
Thu, 26 Sep 2019 04:05:55 +0000 (21:05 -0700)
committerdeskull <deskull@users.sourceforge.jp>
Wed, 22 Jan 2020 15:35:33 +0000 (00:35 +0900)
src/spells-object.c

index 6a84505..08fb7f5 100644 (file)
@@ -142,7 +142,7 @@ bool create_ammo(player_type *creature_ptr)
 
                if (!have_flag(f_info[get_feat_mimic(g_ptr)].flags, FF_CAN_DIG))
                {
-                       msg_print(_("そこには岩石がない。", "You need pile of rubble."));
+                       msg_print(_("そこには岩石がない。", "You need pile of rubble."));
                        return FALSE;
                }