Skip to content

Commit

Permalink
keyboard dialog wording tweaks, #214
Browse files Browse the repository at this point in the history
  • Loading branch information
zepumph committed Jan 1, 2020
1 parent 7696b64 commit bf7203f
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions gravity-force-lab-strings_en.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,15 +57,15 @@
"value": "Jump to minimum mass"
},
"moveGrabbedRuler": {
"value": "Move grabbed ruler"
"value": "Jump or Move grabbed ruler"
},
"moveOrJumpGrabbedRuler": {
"value": "Move or Jump Grabbed Ruler"
"value": "Jump or Move Grabbed Ruler"
},
"jumpStartOfSphere": {
"value": "Jump start of ruler to<br>center of m1 sphere"
},
"jumpHome": {
"value": "Jump to home position"
"value": "Jump and release ruler<br>to home position"
}
}
4 changes: 2 additions & 2 deletions js/GravityForceLabA11yStrings.js
Original file line number Diff line number Diff line change
Expand Up @@ -261,7 +261,7 @@ define( require => {
************************************/

moveSphereDescription: {
value: 'Move sphere left and right with the Left and Right Arrow keys.'
value: 'Move sphere left and right with Left and Right Arrow keys.'
},
moveInSmallerStepsDescription: {
value: 'Move in smaller steps with Shift plus Left and Right Arrow keys.'
Expand Down Expand Up @@ -303,7 +303,7 @@ define( require => {
value: 'Jump start of ruler to center of m1 sphere with J plus C.'
},
jumpHomePDOM: {
value: 'Jump to home position with J plus H.'
value: 'Jump and release ruler to home position with J plus H.'
},

///////////
Expand Down
2 changes: 1 addition & 1 deletion js/view/GravityForceLabKeyboardHelpContent.js
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@ define( require => {

const jumpHomeRow = KeyboardHelpSection.createJumpKeyRow( 'H', jumpHomeString, jumpHomePDOMString );

super( moveOrJumpGrabbedRulerString, [ moveRulerRow, moveInSmallerStepsRow, jumpStartRow, jumpHomeRow ], options );
super( moveOrJumpGrabbedRulerString, [ jumpStartRow, jumpHomeRow, moveRulerRow, moveInSmallerStepsRow ], options );
}
}

Expand Down

0 comments on commit bf7203f

Please sign in to comment.