From e09d52500f18748b256ffb98b5622d4f6ab21d71 Mon Sep 17 00:00:00 2001 From: donovaly Date: Fri, 4 Dec 2020 03:16:15 +0100 Subject: [PATCH] [TD] uniform wording in other/existing elements of line width we speak of "width", so do the same for line groups --- src/Mod/TechDraw/Gui/DlgPrefsTechDrawAnnotation.ui | 2 +- src/Mod/TechDraw/Gui/DlgPrefsTechDrawAnnotationImp.cpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Mod/TechDraw/Gui/DlgPrefsTechDrawAnnotation.ui b/src/Mod/TechDraw/Gui/DlgPrefsTechDrawAnnotation.ui index d629c8566a..0e80c03b65 100644 --- a/src/Mod/TechDraw/Gui/DlgPrefsTechDrawAnnotation.ui +++ b/src/Mod/TechDraw/Gui/DlgPrefsTechDrawAnnotation.ui @@ -696,7 +696,7 @@ Line group used to set line widths - Line Group + Line Width Group diff --git a/src/Mod/TechDraw/Gui/DlgPrefsTechDrawAnnotationImp.cpp b/src/Mod/TechDraw/Gui/DlgPrefsTechDrawAnnotationImp.cpp index 1138893f52..1924d9b44f 100644 --- a/src/Mod/TechDraw/Gui/DlgPrefsTechDrawAnnotationImp.cpp +++ b/src/Mod/TechDraw/Gui/DlgPrefsTechDrawAnnotationImp.cpp @@ -156,7 +156,7 @@ void DlgPrefsTechDrawAnnotationImp::onLineGroupChanged(int index) } // format the tooltip std::stringstream TooltipText; - TooltipText << lgNames.at(0).substr(1) << " defines these line thicknesses:\n" + TooltipText << lgNames.at(0).substr(1) << " defines these line widths:\n" << "thin: " << lgNames.at(1) << "\n" << "graphic: " << lgNames.at(2) << "\n" << "thick: " << lgNames.at(3);