OSDN Git Service

For readability, change English dismount message to present tense and change the...
authorEric Branlund <ebranlund@fastmail.com>
Tue, 16 Feb 2021 20:09:57 +0000 (12:09 -0800)
committerEric Branlund <ebranlund@fastmail.com>
Fri, 19 Feb 2021 19:48:56 +0000 (11:48 -0800)
src/cmd-pet.c

index 94d3740..59c4c80 100644 (file)
@@ -212,7 +212,7 @@ void do_cmd_pet_dismiss(void)
 
                        if (pet_ctr == p_ptr->riding)
                        {
-                               msg_format(_("%sから降りた。", "You have got off %s. "), friend_name);
+                               msg_format(_("%sから降りた。", "You dismount from %s. "), friend_name);
 
                                p_ptr->riding = 0;