Bug 61606 - Translate Brows... button in some element
Summary: Translate Brows... button in some element
Status: RESOLVED FIXED
Alias: None
Product: JMeter - Now in Github
Classification: Unclassified
Component: Main (show other bugs)
Version: 3.3
Hardware: PC Linux
: P2 enhancement (vote)
Target Milestone: ---
Assignee: JMeter issues mailing list
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-10-11 20:42 UTC by Antonio Gomes Rodrigues
Modified: 2017-10-11 20:46 UTC (History)
0 users



Attachments

Note You need to log in before you can comment on or make changes to this bug.
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