Skip to content

Commit 4266eae

Browse files
committed
updating notes in settings
1 parent 45d4da3 commit 4266eae

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/main/java/jadx/plugins/stringdecoder/JadxStringDecoderPlugin.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -98,9 +98,9 @@ public JComponent buildComponent() {
9898
panel = new JPanel();
9999
panel.setLayout(new BoxLayout(panel, BoxLayout.PAGE_AXIS));
100100
panel.add(JadxStringDecoderPlugin.buildSection(guiCtx, "B64 String Decoder", b64Opts,
101-
"* Adds // b64: <DECODED_VALUE> comments to Base64-encoded string/field initializers."));
101+
"Adds `// b64: <DECODED_VALUE>` comments to Base64-encoded string/field initializers."));
102102
panel.add(JadxStringDecoderPlugin.buildSection(guiCtx, "Byte Array String Decoder", byteArrayOpts,
103-
"* Adds // bytes: <DECODED_VALUE> comments to byte[] fields that decode to printable strings."));
103+
"Adds `// bytes: <DECODED_VALUE>` comments to byte[] fields that decode to printable strings."));
104104
}
105105
return panel;
106106
}

0 commit comments

Comments
 (0)