We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1a22bc5 commit 53b8bc2Copy full SHA for 53b8bc2
scriptgen-core/src/main/java/com/h3xstream/scriptgen/gui/SettingsPanel.java
@@ -24,7 +24,7 @@ public SettingsPanel(GeneratorFrame parent) {
24
UpdateCode updateCodeListener = new UpdateCode();
25
26
chkProxy = new JCheckBox("Proxy redirection");
27
- chkProxy.setToolTipText("The requests will be redirect to Burp proxy");
+ chkProxy.setToolTipText("The requests will be redirected to Burp proxy");
28
chkProxy.addItemListener(updateCodeListener);
29
add(chkProxy);
30
0 commit comments