fixup spiral ??

This commit is contained in:
Zeno Rogue 2019-04-03 20:50:39 +02:00
parent 27581ff8b0
commit b239e12cbb
1 changed files with 1 additions and 1 deletions

View File

@ -913,7 +913,7 @@ namespace conformal {
dialog::addSelItem(XLAT("spiral angle"), fts(spiral_angle), 'x');
dialog::add_action([](){
dialog::editNumber(spiral_angle, 0, 360, 15, 0, XLAT("spiral angle"),
XLAT("set to 90° for the ring projection"
XLAT("set to 90° for the ring projection")
);
});