https://bz.apache.org/bugzilla/show_bug.cgi?id=59131
Philippe Mouawad <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] | |om --- Comment #3 from Philippe Mouawad <[email protected]> --- (In reply to Milamber from comment #0) > Created attachment 33630 [details] > JLabeledChoice Not L10N > > The new change of the Method field to have an editable field to add or > delete a method bring an issue in the localized versions of JMeter, the > label of Add and Delete button isn't localize, it's hard-coded in the > src/jorphan/org/apache/jorphan/gui/JLabeledChoice.java L149/L153. > > This class is build inside the jorphan.jar package, which don't have any > import form JMeter API, so it's not possible to use the JMeter L10N > mechanism. > > Three options: > > 1/ Change the "Add" and "Del" label with " + " and " - " characters. Not > necessary to add some L10N mechanism, the plus and minus are recognized for > Add and Delete action in UI. > +1 for me > 2/ Use icons for + and - (same than the collapse/expand toolbar button). > Need to add inside the jorphan.jar the icons and manage the HiDPI (some > properties to add or try to manage this automatically) > > 3/ Add some L10N messages.properties mechanism inside the jorphan.jar and > use this to translate the UI. > > In attachment, some draft screenshot. > > What is your prefer option ? 1 / 2 / 3 / other way ? -- You are receiving this mail because: You are the assignee for the bug.
