OSDN Git Service

To be more idiomatic, add hyphen in English message.
authorEric Branlund <ebranlund@fastmail.com>
Wed, 3 Feb 2021 19:44:28 +0000 (11:44 -0800)
committerEric Branlund <ebranlund@fastmail.com>
Wed, 3 Feb 2021 19:44:28 +0000 (11:44 -0800)
src/mind/mind-samurai.c

index 7acd90f..b1a0b29 100644 (file)
@@ -340,7 +340,7 @@ bool choose_kata(player_type *creature_ptr)
         return FALSE;
 
     if (creature_ptr->stun) {
-        msg_print(_("意識がはっきりとしない。", "You are not clear headed"));
+        msg_print(_("意識がはっきりとしない。", "You are not clear-headed"));
         return FALSE;
     }