@@ -762,12 +762,12 @@ export const strings = {
762
762
} ,
763
763
srLinearGraphSlopeHorizontal : {
764
764
context :
765
- "Screen reader description for the horizontal slope of the Line in the interactive graph widget." ,
765
+ "Screen reader description for the slope of a horizontal Line in the interactive graph widget." ,
766
766
message : "Its slope is zero." ,
767
767
} ,
768
768
srLinearGraphSlopeVertical : {
769
769
context :
770
- "Screen reader description for the vertical slope of the Line in the interactive graph widget." ,
770
+ "Screen reader description for the slope of a vertical Line in the interactive graph widget." ,
771
771
message : "Its slope is undefined." ,
772
772
} ,
773
773
srLinearGraphXOnlyIntercept : {
@@ -926,12 +926,12 @@ export const strings = {
926
926
} ,
927
927
srRayEndpoint : {
928
928
context :
929
- "Aria label for the defining point of the Ray in the interactive graph widget that sits on the tail of the Ray ." ,
929
+ "Aria label for the initial point of a Ray ( the point at which the ray starts) in the interactive graph widget ." ,
930
930
message : "Endpoint at %(x)s comma %(y)s." ,
931
931
} ,
932
932
srRayTerminalPoint : {
933
933
context :
934
- "Aria label for the defining point the Ray goes through in the interactive graph widget that determines the direction of the Ray ." ,
934
+ "Aria label for the point that determines the direction of the Ray in the interactive graph widget. The ray passes through this point ." ,
935
935
message : "Through point at %(x)s comma %(y)s." ,
936
936
} ,
937
937
srQuadraticGraph : {
@@ -1076,17 +1076,17 @@ export const strings = {
1076
1076
} ,
1077
1077
srSinusoidMaxPoint : {
1078
1078
context :
1079
- "Aria label for the Point defining max/min of the Sinusoid function in the interactive graph widget when it's above 0 ." ,
1079
+ "Aria label for the Point defining the maximum of the Sinusoid function in the interactive graph widget." ,
1080
1080
message : "Maximum point at %(x)s comma %(y)s." ,
1081
1081
} ,
1082
1082
srSinusoidMinPoint : {
1083
1083
context :
1084
- "Aria label for the Point defining the max/min of the Sinusoid function in the interactive graph widget when it's below 0 ." ,
1084
+ "Aria label for the Point defining the minimum of the Sinusoid function in the interactive graph widget." ,
1085
1085
message : "Minimum point at %(x)s comma %(y)s." ,
1086
1086
} ,
1087
1087
srSinusoidFlatPoint : {
1088
1088
context :
1089
- "Aria label for the Point defining the max/min of the Sinusoid function in the interactive graph widget when it's at 0." ,
1089
+ "Aria label for the Point defining the amplitude of the Sinusoid function in the interactive graph widget when the amplitude is 0." ,
1090
1090
message : "Line through point at %(x)s comma %(y)s." ,
1091
1091
} ,
1092
1092
srSinusoidDescription : {
0 commit comments