From bbf942ce56c540569e4f03a9026b77f8f7a2fe07 Mon Sep 17 00:00:00 2001 From: Zeno Rogue Date: Wed, 11 Mar 2020 09:52:54 +0100 Subject: [PATCH] fixed typo remembler --- content.cpp | 2 +- language-cz.cpp | 2 +- language-pl.cpp | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/content.cpp b/content.cpp index ff7c51a8..cc47e7f7 100644 --- a/content.cpp +++ b/content.cpp @@ -1563,7 +1563,7 @@ WALL( '=', 0x00C0C0, "shallow water", waShallow, ZERO, RESERVED, 0, sgWater, WALL( '=', 0x0000A0, "deep water", waDeepWater, WF_WATER, RESERVED, 0, sgWater, "This body of water is calm and beautiful, but too deep to pass.") MONSTER( 'P', 0xC08080, "Pike", moPike, CF_FACE_SIDE | CF_SHARK, RESERVED, moShark, - "You remembler anglers from your hometown showing the impressive pikes they have caught. This one is much larger." + "You remember anglers from your hometown showing the impressive pikes they have caught. This one is much larger." ) MONSTER( 'T', 0xFF00FF, "World Turtle", moWorldTurtle, CF_FACE_SIDE | CF_STUNNABLE | CF_SLOWMOVER, RESERVED, moYeti, "Have you reached the edge of the Poincaré disk? No, it must just be the edge of this world. " diff --git a/language-cz.cpp b/language-cz.cpp index 01f21b4e..d65928ac 100644 --- a/language-cz.cpp +++ b/language-cz.cpp @@ -8696,7 +8696,7 @@ N("shallow water", GEN_F, "hluboká voda", "hluboké vody", "hlubokou vodu", "hl S("This body of water is calm and beautiful, but too deep to pass.", "Tato voda je klidná a krásná, ale příliš hluboká, než abys skrz ni mohl projít.") -S("You remembler anglers from your hometown showing the impressive pikes they have caught. This one is much larger.", +S("You remember anglers from your hometown showing the impressive pikes they have caught. This one is much larger.", "Vzpomínáš si, jak rybáři ve tvém rodném městě ukazovali impresivní štiky, které chytili. Tahle je mnohem větší.") S("World Turtle", "Světoželva") diff --git a/language-pl.cpp b/language-pl.cpp index d9314de4..e2790e63 100644 --- a/language-pl.cpp +++ b/language-pl.cpp @@ -8418,7 +8418,7 @@ N("shallow water", GEN_F, "głęboka woda", "głębokie wody", "głęboką wodę S("This body of water is calm and beautiful, but too deep to pass.", "Ta woda jest spokojna i piękna, ale zbyt głęboka, by przez nią przejść.") -S("You remembler anglers from your hometown showing the impressive pikes they have caught. This one is much larger.", +S("You remember anglers from your hometown showing the impressive pikes they have caught. This one is much larger.", "Pamiętasz, jak w Twoim rodzinnym mieście wędkarze chwalili się wielkością złowionych szczupaków. Ten szczupak " "jest dużo większy.")