From bc05d7ec6b2f93350574006650392781f172ad3d Mon Sep 17 00:00:00 2001 From: Jeremy Wiebe Date: Mon, 20 Jan 2025 16:38:49 -0800 Subject: [PATCH] Align variable names in SR strings for interactive graph --- packages/perseus/src/strings.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/perseus/src/strings.ts b/packages/perseus/src/strings.ts index d593fa2aa2..cfe30d3d43 100644 --- a/packages/perseus/src/strings.ts +++ b/packages/perseus/src/strings.ts @@ -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]: