replaced "NO" with ONOFF for translation

This commit is contained in:
Zeno Rogue 2019-09-09 16:07:07 +02:00
parent 3ba485d502
commit e628465eaa
1 changed files with 1 additions and 1 deletions

View File

@ -711,7 +711,7 @@ EX void showEuclideanMenu() {
else if(geometry == gRotSpace) {
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::editNumber(r, 0, 1, 0.05, 0.25, XLAT("view the underlying geometry"),
XLAT(