mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
Scheme label unified
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user