OSDN Git Service

Change "glows pale" to "glows palely" for the English message about a restore mana...
authorEric Branlund <ebranlund@fastmail.com>
Wed, 17 Feb 2021 04:47:22 +0000 (20:47 -0800)
committerEric Branlund <ebranlund@fastmail.com>
Sat, 20 Mar 2021 17:19:01 +0000 (10:19 -0700)
src/object-activation/activation-switcher.cpp

index aeb9c5f..79c6db7 100644 (file)
@@ -221,7 +221,7 @@ bool switch_activation(player_type *user_ptr, object_type **o_ptr_ptr, const act
         true_healing(user_ptr, 0);
         return TRUE;
     case ACT_CURE_MANA_FULL:
-        msg_format(_("%sが青白く光った...", "The %s glows pale..."), name);
+        msg_format(_("%sが青白く光った...", "The %s glows palely..."), name);
         restore_mana(user_ptr, TRUE);
         return TRUE;
     case ACT_ESP: