mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2024-11-27 14:37:16 +00:00
fixup
This commit is contained in:
parent
bed19cad51
commit
bde53b5c78
@ -766,7 +766,7 @@ EX void showEuclideanMenu() {
|
|||||||
dialog::add_action([] {
|
dialog::add_action([] {
|
||||||
dialog::editNumber(rots::underlying_scale, 0, 1, 0.05, 0.25, XLAT("view the underlying geometry"),
|
dialog::editNumber(rots::underlying_scale, 0, 1, 0.05, 0.25, XLAT("view the underlying geometry"),
|
||||||
XLAT(
|
XLAT(
|
||||||
rotspace ? "The space you are currently in the space of rotations of the underlying hyperbolic or spherical geometry. "
|
geometry == gRotSpace ? "The space you are currently in the space of rotations of the underlying hyperbolic or spherical geometry. "
|
||||||
: "You are currently in a product space.") +
|
: "You are currently in a product space.") +
|
||||||
XLAT(
|
XLAT(
|
||||||
"This option lets you see the underlying space. Lands and some walls (e.g. in the Graveyard) are based on "
|
"This option lets you see the underlying space. Lands and some walls (e.g. in the Graveyard) are based on "
|
||||||
|
Loading…
Reference in New Issue
Block a user