mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2024-11-23 21:07:17 +00:00
typo fixed
This commit is contained in:
parent
7a4478a2d3
commit
25e4308455
@ -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;
|
||||
|
@ -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."
|
||||
)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user