[TD] uniform wording

in other/existing elements of line width we speak of "width", so do the same for line groups
This commit is contained in:
donovaly
2020-12-04 03:16:15 +01:00
committed by wwmayer
parent dadac36234
commit e09d52500f
2 changed files with 2 additions and 2 deletions

View File

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