nilv:: comment about periodicity

This commit is contained in:
Zeno Rogue 2019-11-08 14:57:56 +01:00
parent 73197c86c6
commit 83f8216fdc
1 changed files with 3 additions and 1 deletions

View File

@ -899,7 +899,9 @@ EX void show_niltorus3() {
string title = XLAT("%1 period", s0+char('X'+a));
dialog::addSelItem(title, its(nilperiod_edit[a]), 'x');
dialog::add_action([=] {
dialog::editNumber(nilperiod_edit[a], 0, 60, 1, 0, title, "");
dialog::editNumber(nilperiod_edit[a], 0, 60, 1, 0, title,
XLAT("Set to 0 to make it non-periodic.")
);
dialog::bound_low(0);
});
}