When using a bundle descriptor, the column headings of the bundle editor can be adjusted. The bundle descriptor essencially adds up to two pieces of (unilingual) extra information for each key. By default these are "Description" and "Default Value". But you may want to provide different information instead. To do so, simply rename the "Description" and "Default Value" column headers in the bundle editor.
Add an extra message bundle containing the adjusted names of the column headers and set the bundle's base name as value for the property bundle.descriptor.messages
at the bundle descriptor. The extra bundle should contain the following keys, or at least the one's for which you want to overwrite the default messages:
GUI_COLUMN_HEADER_DEFAULT_0
,
GUI_COLUMN_HEADER_DESCRIPTION_0
,
GUI_COLUMN_HEADER_KEY_0
,
GUI_COLUMN_HEADER_TRANSLATION_0
.
Renaming may for example be interesting, if you use bundles to store technical values. If these are numbers, you could provide a lower and an upper bound via the extra information in the bundle descriptor.