TechDraw: fix typo ballon->balloon

This commit is contained in:
luzpaz
2024-09-11 13:23:25 +00:00
committed by WandererFan
parent b06943c5e1
commit 77b3311f57
2 changed files with 3 additions and 3 deletions

View File

@@ -1199,8 +1199,8 @@ bool _checkDirectPlacement(const QGIView* view, const std::vector<std::string>&
{
// Let's see, if we can help speed up the placement of the balloon:
// As of now we support:
// Single selected vertex: place the ballon tip end here
// Single selected edge: place the ballon tip at its midpoint (suggested placement for e.g. chamfer dimensions)
// Single selected vertex: place the balloon tip end here
// Single selected edge: place the balloon tip at its midpoint (suggested placement for e.g. chamfer dimensions)
//
// Single selected faces are currently not supported, but maybe we could in this case use the center of mass?

View File

@@ -432,7 +432,7 @@
<string>Length of horizontal portion of Balloon leader</string>
</property>
<property name="text">
<string>Ballon Leader Kink Length</string>
<string>Balloon Leader Kink Length</string>
</property>
</widget>
</item>