Skip to content

Commit

Permalink
Added 3 more strings
Browse files Browse the repository at this point in the history
  • Loading branch information
nilscognite committed Aug 20, 2024
1 parent c03ffbe commit 9a51be6
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ export function getIconByPrimitiveType(primitiveType: PrimitiveType): string {
case PrimitiveType.PlaneXY:
return 'Perspective';
case PrimitiveType.HorizontalArea:
return 'FrameTool';
return 'FrameTool'; // TODO: Change to 'PerspectiveAlt' when new version of Cogs
case PrimitiveType.VerticalArea:
return 'Perspective';
case PrimitiveType.Box:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,8 @@
"CLIP_SHOW_SELECTED_ONLY": "Show/hide slicing planes and crop boxes that are not selected",
"CLIP_SHOW_ON_TOP": "Show crop boxes and slices on top",
"CLIP_NEXT": "Set next crop box or slicing plane as global clipping",
"CLIP_PREV": "Set previous crop box or slicing plane as global clipping"
"CLIP_PREV": "Set previous crop box or slicing plane as global clipping",
"ALL": "All",
"NONE": "None",
"SELECTED": "Selected"
}


0 comments on commit 9a51be6

Please sign in to comment.