Scheme label unified

This commit is contained in:
Dmitry Avdeev
2014-12-10 15:53:26 +03:00
parent 163c528dd5
commit e1fb3939a5
2 changed files with 1 additions and 2 deletions
@@ -79,7 +79,7 @@ public class SchemesPanel extends JPanel implements SkipSelfSearchComponent {
int gridx = 0;
panel.add(new JLabel(ApplicationBundle.message("combobox.scheme.name")),
panel.add(new JLabel(ApplicationBundle.message("editbox.scheme.name")),
new GridBagConstraints(gridx++, 0, 1, 1, 0, 0, GridBagConstraints.WEST, GridBagConstraints.HORIZONTAL, new JBInsets(0, 0, 5, 5),
0, 0));
@@ -529,7 +529,6 @@ label.font.size=Font size:
label.font.name=Name:
editbox.font.size=Size:
editbox.line.spacing=Line spacing:
combobox.scheme.name=Scheme name:
progress.analyzing.fonts=Analyzing Fonts
error.readonly.scheme.cannot.be.modified=Read-only scheme cannot be modified. Please do "Save As..." first.
error.shared.scheme.cannot.be.modified=Shared scheme cannot be modified. Please do "Save As..." first.