From 6eaca10e2f56582f5675e3570337f0fad3227a9e Mon Sep 17 00:00:00 2001 From: Jonathan Westhues Date: Mon, 23 Jun 2008 00:27:11 -0800 Subject: [PATCH] Clarify description of helix in text window. [git-p4: depot-paths = "//depot/solvespace/": change = 1805] --- textwin.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/textwin.cpp b/textwin.cpp index 3fbcb524..f9be9c20 100644 --- a/textwin.cpp +++ b/textwin.cpp @@ -757,9 +757,9 @@ void TextWindow::ShowGroupInfo(void) { (!rh ? "" : "left-hand"), (!rh ? "left-hand" : "")); Printf(false, "%FtTHROUGH%E %@ turns %Fl%Lt%D%f[change]%E", g->valA, g->h.v, &ScreenChangeHelixParameter); - Printf(false, "%FtPITCH%E %s per turn %Fl%Lp%D%f[change]%E", + Printf(false, "%FtPITCH%E %s axially per turn %Fl%Lp%D%f[change]%E", SS.MmToString(g->valB), g->h.v, &ScreenChangeHelixParameter); - Printf(false, "%FtdRADIUS%E %s per turn %Fl%Lr%D%f[change]%E", + Printf(false, "%FtdRADIUS%E %s radially per turn %Fl%Lr%D%f[change]%E", SS.MmToString(g->valC), g->h.v, &ScreenChangeHelixParameter); }