From e1fb3939a597939a533b055143399c05abec3954 Mon Sep 17 00:00:00 2001 From: Dmitry Avdeev Date: Tue, 9 Dec 2014 15:38:24 +0300 Subject: [PATCH] Scheme label unified --- .../com/intellij/application/options/colors/SchemesPanel.java | 2 +- .../src/messages/ApplicationBundle.properties | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/platform/lang-impl/src/com/intellij/application/options/colors/SchemesPanel.java b/platform/lang-impl/src/com/intellij/application/options/colors/SchemesPanel.java index 6cffc921e6aa..9f08d76a4ffc 100644 --- a/platform/lang-impl/src/com/intellij/application/options/colors/SchemesPanel.java +++ b/platform/lang-impl/src/com/intellij/application/options/colors/SchemesPanel.java @@ -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)); diff --git a/platform/platform-resources-en/src/messages/ApplicationBundle.properties b/platform/platform-resources-en/src/messages/ApplicationBundle.properties index a6e93e3e15ee..953e81956c36 100644 --- a/platform/platform-resources-en/src/messages/ApplicationBundle.properties +++ b/platform/platform-resources-en/src/messages/ApplicationBundle.properties @@ -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.