mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2024-12-25 01:20:37 +00:00
replaced "NO" with ONOFF for translation
This commit is contained in:
parent
3ba485d502
commit
e628465eaa
@ -711,7 +711,7 @@ EX void showEuclideanMenu() {
|
|||||||
|
|
||||||
else if(geometry == gRotSpace) {
|
else if(geometry == gRotSpace) {
|
||||||
constexpr auto& r = rots::underlying_scale;
|
constexpr auto& r = rots::underlying_scale;
|
||||||
dialog::addSelItem(XLAT("view the underlying geometry"), r > 0 ? fts(r)+"x" : "NO", '4');
|
dialog::addSelItem(XLAT("view the underlying geometry"), r > 0 ? fts(r)+"x" : ONOFF(false), '4');
|
||||||
dialog::add_action([] {
|
dialog::add_action([] {
|
||||||
dialog::editNumber(r, 0, 1, 0.05, 0.25, XLAT("view the underlying geometry"),
|
dialog::editNumber(r, 0, 1, 0.05, 0.25, XLAT("view the underlying geometry"),
|
||||||
XLAT(
|
XLAT(
|
||||||
|
Loading…
Reference in New Issue
Block a user