This commit is contained in:
Jindra Petřík
2022-11-10 07:05:45 +01:00
parent c5e64a9ace
commit 924e4254c4
11 changed files with 11 additions and 11 deletions

View File

@@ -53,7 +53,7 @@ public class ReplaceCharacterDialog extends AppDialog {
setSize(400, 150);
setDefaultCloseOperation(JDialog.HIDE_ON_CLOSE);
setLayout(new BorderLayout());
add(new JLabel(translate("replace.width")), BorderLayout.NORTH);
add(new JLabel(translate("replace.with")), BorderLayout.NORTH);
charactersComboBox.setPreferredSize(new Dimension(400, charactersComboBox.getPreferredSize().height));
add(charactersComboBox, BorderLayout.CENTER);