1
0
mirror of https://github.com/mitb-archive/filebot synced 2024-12-23 16:28:51 -05:00

* update label

This commit is contained in:
Reinhard Pointner 2014-08-18 07:48:12 +00:00
parent cc3fe56621
commit cd924f5fc5

View File

@ -100,7 +100,7 @@ class SubtitleAutoMatchDialog extends JDialog {
content.add(hashMatcherServicePanel, "gap after rel");
content.add(nameMatcherServicePanel, "gap after indent*2");
JLabel namingLabel = new JLabel("Preferred Naming:");
JLabel namingLabel = new JLabel("Subtitle Naming:");
namingLabel.setHorizontalAlignment(JLabel.RIGHT);
content.add(namingLabel, "gap after rel, grow");
content.add(preferredSubtitleNaming, "gap after indent*2");