OSDN Git Service

Capitalize "Klein" to match ordinary usage for "Klein bottle".
authorEric Branlund <ebranlund@fastmail.com>
Wed, 3 Feb 2021 01:45:59 +0000 (17:45 -0800)
committerEric Branlund <ebranlund@fastmail.com>
Wed, 3 Feb 2021 01:45:59 +0000 (17:45 -0800)
src/market/building-craft-fix.c

index a50161b..4ae83a9 100644 (file)
@@ -128,7 +128,7 @@ static PRICE repair_broken_weapon_aux(player_type *player_ptr, PRICE bcost)
     if (!mo_ptr)
         return 0;
     if (mater == item) {
-        msg_print(_("クラインの壷じゃない!", "This is not a klein bottle!"));
+        msg_print(_("クラインの壷じゃない!", "This is not a Klein bottle!"));
         return 0;
     }