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);