3) Resource keys
There is a plugin.properties file with localization properties, e.g.
action.reportproblem.label=Report Problem
Inside ReportProblemAction, .setObject(properties) are used to
initialize headers - where are the localization files for these strings
? e.g. subtitle, header etc. ?
Found them in
org.jboss.tools.common.model/resources/help/key-model.properties
(weird location since they are pure UI strings)
What decides the name of that file ? "help/key-model.properties" ?
Anyhow it still did not work because AbstractQueryWizard had a bug with
respect to setting Message label (JBIDE-560), but its fixed now.
/max