OSDN Git Service

Add English translation for first SV_POTION_WATER message.
authorEric Branlund <ebranlund@fastmail.com>
Tue, 16 Feb 2021 02:41:03 +0000 (18:41 -0800)
committerEric Branlund <ebranlund@fastmail.com>
Fri, 19 Feb 2021 19:48:55 +0000 (11:48 -0800)
src/cmd-quaff.c

index 2998149..4050f43 100644 (file)
@@ -99,7 +99,7 @@ void do_cmd_quaff_potion_aux(INVENTORY_IDX item)
                {
                        /* 飲みごたえをオリジナルより細かく表現 */
                case SV_POTION_WATER:
-                       msg_print(_("口の中がさっぱりした。", ""));
+                       msg_print(_("口の中がさっぱりした。", "That was refreshing."));
                        msg_print(_("のどの渇きが少しおさまった。", "You feel less thirsty."));
                        ident = TRUE;
                        break;