typo fixed

This commit is contained in:
Zeno Rogue 2021-02-04 15:13:56 +01:00
parent 7a4478a2d3
commit 25e4308455
2 changed files with 2 additions and 2 deletions

View File

@ -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;

View File

@ -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."
)