From b239e12cbb1324656ca52fee58948c8b198f8efc Mon Sep 17 00:00:00 2001 From: Zeno Rogue Date: Wed, 3 Apr 2019 20:50:39 +0200 Subject: [PATCH] fixup spiral ?? --- conformal.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conformal.cpp b/conformal.cpp index 05cdc3b1..09ba40d9 100644 --- a/conformal.cpp +++ b/conformal.cpp @@ -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") ); });