You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: gui/source/pre/Language.hpp
+3Lines changed: 3 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -21,6 +21,9 @@ namespace Tooltips {
21
21
inlineconst QString MassStringTip = QStringLiteral("Additional mass(es) at the string tip (e.g. serving)");
22
22
inlineconst QString MassLimbTip = QStringLiteral("Additional mass(es) at the limb tip (e.g. tip overlay)");
23
23
24
+
inlineconst QString DrawLengthDefinition = QStringLiteral("Select how the draw length is to be defined");
25
+
inlineconst QString DrawLengthStandard = QStringLiteral("Draw length as measured from the pivot point of the handle");
26
+
inlineconst QString DrawLengthAMO = QStringLiteral("Draw length as measured from the pivot point of the handle + 1.75\" according to the AMO definition");
24
27
25
28
inlineconst QString LayerMaterialSelection = QStringLiteral("Material assigned to this layer");
26
29
inlineconst QString LayerMaterialItem = QStringLiteral("Assign \"%1\" to this layer");
0 commit comments