Skip to content

Commit

Permalink
remove "pop-up", phetsims/my-solar-system#93
Browse files Browse the repository at this point in the history
  • Loading branch information
zepumph committed Mar 15, 2023
1 parent 7ad3538 commit 18e5fc3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion js/keyboard/help/BasicActionsKeyboardHelpSection.ts
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ export default class BasicActionsKeyboardHelpSection extends KeyboardHelpSection

if ( options.withKeypadContent ) {

// 'Set values within pop-up keypad'
// 'Set values within keypad'
const zeroToNineIcon = KeyboardHelpIconFactory.iconToIcon( new NumberKeyNode( 0 ), new NumberKeyNode( 9 ) );
const setValuesInKeypadRow = KeyboardHelpSectionRow.labelWithIcon(
SceneryPhetStrings.keyboardHelpDialog.setValuesInKeypadStringProperty, zeroToNineIcon, {
Expand Down
4 changes: 2 additions & 2 deletions scenery-phet-strings_en.json
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@
"value": "Move draggable objects"
},
"keyboardHelpDialog.setValuesInKeypad": {
"value": "Set values within pop-up keypad"
"value": "Set values within keypad"
},
"keyboardHelpDialog.resetAll": {
"value": "Reset All"
Expand Down Expand Up @@ -370,7 +370,7 @@
"value": "Move draggable objects with Left and Right arrow keys or Up and Down arrow keys."
},
"setValuesInKeypadDescription": {
"value": "Set values within pop-up keypad using number keys 0-9."
"value": "Set values within keypad using number keys 0-9."
},
"exitDialogDescription": {
"value": "Exit a dialog with Escape key."
Expand Down

0 comments on commit 18e5fc3

Please sign in to comment.