Skip to content

Commit

Permalink
stringtable
Browse files Browse the repository at this point in the history
  • Loading branch information
ampersand38 committed Oct 11, 2023
1 parent 74fb4a1 commit b4d6894
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 3 deletions.
6 changes: 3 additions & 3 deletions addons/attached_objects/functions/fnc_attachBone.sqf
Original file line number Diff line number Diff line change
Expand Up @@ -46,13 +46,13 @@
[LSTRING(AttachTo), [
[
"COMBO",
"Selection",
LSTRING(Bone),
[_selections, _selections, _selections find _selection]
],
[
"TOOLBOX",
["Orientation", "Selection: match selection orientation (i.e. along gun barrel). Relative: maintain current orientation relative to selection."],
[true, 1, 2, ["Selection", "Relative"]],
[LSTRING(Orientation), LSTRING(Orientation_Description)],
[true, 1, 2, [LSTRING(Bone), LSTRING(Relative)]],
true
]
], {
Expand Down
12 changes: 12 additions & 0 deletions addons/attached_objects/stringtable.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,24 @@
<Key ID="STR_ZEN_Attached_Objects_Attach_Description">
<English>Attaches all selected objects to the specified parent object.</English>
</Key>
<Key ID="STR_ZEN_Attached_Objects_Bone">
<English>Bone</English>
</Key>
<Key ID="STR_ZEN_Attached_Objects_Relative">
<English>Relative</English>
</Key>
<Key ID="STR_ZEN_Attached_Objects_AttachBone">
<English>Attach Objects to Bone</English>
</Key>
<Key ID="STR_ZEN_Attached_Objects_AttachBone_Description">
<English>Attaches all selected objects to a bone on the specified parent object.</English>
</Key>
<Key ID="STR_ZEN_Attached_Objects_Orientation">
<English>Orientation</English>
</Key>
<Key ID="STR_ZEN_Attached_Objects_Orientation_Description">
<English>Bone: match bone orientation (i.e. along gun barrel). Relative: maintain current orientation relative to bone.</English>
</Key>
<Key ID="STR_ZEN_Attached_Objects_Detach">
<English>Detach Objects</English>
</Key>
Expand Down

0 comments on commit b4d6894

Please sign in to comment.