A DESCRIPTION OF THE PROBLEM :
Help button text in dialogs is not translated.
modules/javafx.controls/src/main/resources/com/sun/javafx/scene/control/skin/resources/controls_*.properties is missing Dialog.help.button entries
STEPS TO FOLLOW TO REPRODUCE THE PROBLEM :
Create a dialog with a HELP_BUTTON_TYPE button.
Run in a non-english locale, eg french.
EXPECTED VERSUS ACTUAL BEHAVIOR :
EXPECTED -
Button test should be "Aide" in a french locale.
ACTUAL -
Button text is "Help"
FREQUENCY : always
Help button text in dialogs is not translated.
modules/javafx.controls/src/main/resources/com/sun/javafx/scene/control/skin/resources/controls_*.properties is missing Dialog.help.button entries
STEPS TO FOLLOW TO REPRODUCE THE PROBLEM :
Create a dialog with a HELP_BUTTON_TYPE button.
Run in a non-english locale, eg french.
EXPECTED VERSUS ACTUAL BEHAVIOR :
EXPECTED -
Button test should be "Aide" in a french locale.
ACTUAL -
Button text is "Help"
FREQUENCY : always