Bug 61606

Summary: Translate Brows... button in some element
Product: JMeter - Now in Github Reporter: Antonio Gomes Rodrigues <ra0077>
Component: MainAssignee: JMeter issues mailing list <issues>
Status: RESOLVED FIXED    
Severity: enhancement    
Priority: P2    
Version: 3.3   
Target Milestone: ---   
Hardware: PC   
OS: Linux   

Description Antonio Gomes Rodrigues 2017-10-11 20:42:50 UTC
Hi,

In some elements, Browse... button are not translated

It's because in src/core/org/apache/jmeter/testbeans/gui/FileEditor.java we have :

JButton button = new JButton("Browse...");

Antonio
Comment 1 Antonio Gomes Rodrigues 2017-10-11 20:46:32 UTC
New Revision: 1811888

URL: http://svn.apache.org/viewvc?rev=1811888&view=rev
Log:
Bug61606 - Translate Browse... button in some element (FileEditor)

Modified:
    jmeter/trunk/src/core/org/apache/jmeter/testbeans/gui/FileEditor.java
    jmeter/trunk/xdocs/changes.xml
Comment 2 The ASF infrastructure team 2022-09-24 20:38:10 UTC
This issue has been migrated to GitHub: https://github.com/apache/jmeter/issues/4516