OSDN Git Service

Changed English description for "find the exit" quests to be more idiomatic and dropp...
authorEric Branlund <ebranlund@fastmail.com>
Wed, 18 Dec 2019 07:43:20 +0000 (23:43 -0800)
committerEric Branlund <ebranlund@fastmail.com>
Wed, 18 Dec 2019 07:43:20 +0000 (23:43 -0800)
src/cmd4.c

index 91daceb..61a5e80 100644 (file)
@@ -7599,7 +7599,7 @@ static void do_cmd_knowledge_quests_current(FILE *fff)
                                                sprintf(note,_("\n   - %sを見つけ出す。", "\n   - Find out %s."), name);
                                                break;
                                        case QUEST_TYPE_FIND_EXIT:
-                                               sprintf(note,_(" - 出口に到達する。", " - Reach to Exit."));
+                                               sprintf(note,_(" - 出口に到達する。", " - Reach exit."));
                                                break;
 
                                        case QUEST_TYPE_KILL_NUMBER: