We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4ed9603 commit b58ae1bCopy full SHA for b58ae1b
src/main/java/com/itextpdf/rups/view/PreferencesWindow.java
@@ -136,6 +136,7 @@ private void createVisualSettingsTab() {
136
137
this.restartLabel = new JLabel(Language.PREFERENCES_NEED_RESTART.getString());
138
this.restartLabel.setVisible(false);
139
+ this.restartLabel.setLabelFor(localeBox);
140
141
this.localeBox.addActionListener(e -> {
142
Object selectedItem = localeBox.getSelectedItem();
0 commit comments