OSDN Git Service

For readability, change English dismount message to present tense and change the...
authorEric Branlund <ebranlund@fastmail.com>
Wed, 27 Jan 2021 20:10:11 +0000 (12:10 -0800)
committerHourier <hourier@users.sourceforge.jp>
Sat, 30 Jan 2021 05:57:26 +0000 (14:57 +0900)
src/cmd-action/cmd-pet.c

index 8a381d7..f5d2e21 100644 (file)
@@ -150,7 +150,7 @@ void do_cmd_pet_dismiss(player_type *creature_ptr)
             }
 
             if (pet_ctr == creature_ptr->riding) {
-                msg_format(_("%sから降りた。", "You have got off %s. "), friend_name);
+                msg_format(_("%sから降りた。", "You dismount from %s. "), friend_name);
 
                 creature_ptr->riding = 0;