From 25e43084550f10b3e35ca7e0a99ce561f07ff3b8 Mon Sep 17 00:00:00 2001 From: Zeno Rogue Date: Thu, 4 Feb 2021 15:13:56 +0100 Subject: [PATCH] typo fixed --- irregular.cpp | 2 +- language-pl.cpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/irregular.cpp b/irregular.cpp index cb0239f8..1f7f3494 100644 --- a/irregular.cpp +++ b/irregular.cpp @@ -990,7 +990,7 @@ void show_gridmaker() { dialog::addSelItem(XLAT("bitruncation count"), its(bitruncations_requested), 'b'); dialog::add_action([] () { dialog::editNumber(bitruncations_requested, 0, 5, 1, 1, XLAT("bitruncation const"), - XLAT("Bitruncation introduces some regularity, allowing more sophisiticated floor tilings and textures.")); + XLAT("Bitruncation introduces some regularity, allowing more sophisticated floor tilings and textures.")); dialog::reaction = [] () { if(bitruncations_requested > bitruncations_performed && runlevel > 5) runlevel = 5; if(bitruncations_requested < bitruncations_performed) runlevel = 0; diff --git a/language-pl.cpp b/language-pl.cpp index fc551997..47cddd59 100644 --- a/language-pl.cpp +++ b/language-pl.cpp @@ -7068,7 +7068,7 @@ S("aura from texture", "aura z tekstury") // extra for irregular S("bitruncation count", "liczba przycięć") -S("Bitruncation introduces some regularity, allowing more sophisiticated floor tilings and textures.", +S("Bitruncation introduces some regularity, allowing more sophisticated floor tilings and textures.", "Przycięcie wprowadza pewną regularność, pozwalając na bardziej zaawansowane posadzki i tekstury." )