Skip to content

Commit

Permalink
update help content, #138
Browse files Browse the repository at this point in the history
  • Loading branch information
zepumph committed Nov 23, 2018
1 parent 1cb5899 commit 3bebd50
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions friction-strings_en.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,18 +9,18 @@
"value": "Chemistry"
},
"moveBookHeader": {
"value": "Move Book or Zoomed-in Book"
"value": "Move Book"
},
"bookTitle": {
"value": "Book or Zoomed-in Book"
"value": "Book"
},
"bookLabel": {
"value": "book"
"value": "book or zoomed-in book"
},
"moveBook": {
"value": "Move book"
"value": "Move grabbed book or zoomed-in book"
},
"moveInSmallerSteps": {
"value": "Move in smaller steps"
"value": "Move slower"
}
}
2 changes: 1 addition & 1 deletion js/friction/FrictionA11yStrings.js
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ define( function( require ) {
value: 'Look for grab buttons. Once grabbed, use letter keys W, A, S, or D to move book or zoomed-in book up, left, down, or right.'
},
moveBookWith: {
value: 'Move grabbed book up, left, down, or right with Arrow keys, or with letter keys W, A, S, or D'
value: 'Move grabbed book or zoomed-in book up, left, down, or right with Arrow keys, or with letter keys W, A, S, or D'
},
moveInSmallerStepsWith: {
value: 'Move slower with Shift plus Arrow keys, or Shift plus letter keys W, A, S, or D'
Expand Down

0 comments on commit 3bebd50

Please sign in to comment.