OSDN Git Service

For clarity, reworded the English message printed in response to selecting an already...
authorEric Branlund <ebranlund@fastmail.com>
Wed, 3 Feb 2021 01:53:29 +0000 (17:53 -0800)
committerEric Branlund <ebranlund@fastmail.com>
Wed, 3 Feb 2021 01:53:29 +0000 (17:53 -0800)
src/market/building-craft-weapon.c

index 2d23196..d78a574 100644 (file)
@@ -417,7 +417,7 @@ PRICE compare_weapons(player_type *customer_ptr, PRICE bcost)
             continue;
 
         if (i2_ptr == o_ptr[0] || (n == 2 && i2_ptr == o_ptr[1])) {
-            msg_print(_("表示中の武器は選べません!", "You can not select a weapon which is shown now!"));
+            msg_print(_("表示中の武器は選べません!", "Select a different weapon than those displayed."));
             msg_print(NULL);
             continue;
         }