Skip to content

Commit

Permalink
Align variable names in SR strings for interactive graph
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremywiebe committed Jan 21, 2025
1 parent 4a9810e commit bc05d7e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/perseus/src/strings.ts
Original file line number Diff line number Diff line change
Expand Up @@ -535,8 +535,8 @@ export const strings = {
"The endpoint is at %(point1X)s comma %(point1Y)s and the ray goes through point %(point2X)s comma %(point2Y)s.",
srRayGrabHandle:
"Ray with endpoint %(point1X)s comma %(point1Y)s going through point %(point2X)s comma %(point2Y)s.",
srRayEndpoint: "Endpoint at %(point1X)s comma %(point1Y)s.",
srRayTerminalPoint: "Through point at %(point2X)s comma %(point2Y)s.",
srRayEndpoint: "Endpoint at %(x)s comma %(y)s.",
srRayTerminalPoint: "Through point at %(x)s comma %(y)s.",
// The above strings are used for interactive graph SR descriptions.
} satisfies {
[key in keyof PerseusStrings]:
Expand Down

0 comments on commit bc05d7e

Please sign in to comment.