mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-04-19 13:02:30 +07:00
IDEA-305201 Not localized: Settings | Languages... | Schemas... | JSON Schema Mappings | Add: "Name" label and default value
GitOrigin-RevId: 7ecfa0c89061c9a578c5da178c908d31d1b388f1
This commit is contained in:
committed by
intellij-monorepo-bot
parent
65017b2fef
commit
a628ac23ba
@@ -285,3 +285,4 @@ schema.validation.one.of.property.sets.required=One of the following property se
|
||||
schema.validation.at.least.one.of.property.sets.required=Should have at least one of the following property sets: {0}
|
||||
schema.add.mapping.kind.text=Add {0}
|
||||
notification.group.json.schema=JSON schema loading failed
|
||||
new.schema=New Schema
|
||||
|
||||
@@ -44,7 +44,7 @@ public class JsonSchemaMappingsConfigurable extends MasterDetailsComponent imple
|
||||
}
|
||||
return o1.getName().compareToIgnoreCase(o2.getName());
|
||||
};
|
||||
static final String STUB_SCHEMA_NAME = "New Schema";
|
||||
static final @Nls String STUB_SCHEMA_NAME = JsonBundle.message("new.schema");
|
||||
private @Nls String myError;
|
||||
|
||||
@NotNull
|
||||
|
||||
Reference in New Issue
Block a user