* update label

This commit is contained in:
Reinhard Pointner 2014-08-18 07:48:12 +00:00
parent cc3fe56621
commit cd924f5fc5
1 changed files with 1 additions and 1 deletions

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");