From dbc5956d08352d084f17a28aec70e6f2f33c8381 Mon Sep 17 00:00:00 2001 From: Dmitry Avdeev Date: Sat, 6 Dec 2014 10:18:27 +0300 Subject: [PATCH] sentence capitalization --- .../platform-resources-en/src/messages/XmlBundle.properties | 2 +- .../resources/messages/XmlErrorMessages.properties | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/platform/platform-resources-en/src/messages/XmlBundle.properties b/platform/platform-resources-en/src/messages/XmlBundle.properties index 972ec5109b03..93bd1bc2c5da 100644 --- a/platform/platform-resources-en/src/messages/XmlBundle.properties +++ b/platform/platform-resources-en/src/messages/XmlBundle.properties @@ -93,7 +93,7 @@ xml.inspections.check.dtd.references=Unresolved DTD reference xml.dtd.unresolved.entity.reference=Unresolved Entity Reference {0} xml.dtd.unresolved.element.reference=Unresolved Dtd Element Reference {0} change.root.element.to=Change Root Tag Name to {0} -insert.required.tag.fix=Insert Required Child Tag {0} +insert.required.tag.fix=Insert required child tag {0} # rename refactoring rename.current.tag=Rename {0} to: diff --git a/xml/xml-psi-impl/resources/messages/XmlErrorMessages.properties b/xml/xml-psi-impl/resources/messages/XmlErrorMessages.properties index 166a0b84f123..42a5394bab03 100644 --- a/xml/xml-psi-impl/resources/messages/XmlErrorMessages.properties +++ b/xml/xml-psi-impl/resources/messages/XmlErrorMessages.properties @@ -27,9 +27,9 @@ insert.required.attribute.quickfix.text=Insert Required Attribute {0} insert.required.attribute.quickfix.family=Insert Required Attribute create.tagfile.attribute.text=Create Tag File Attribute {0} create.tagfile.attribute.family=Create Tag File Attribute -remove.attribute.quickfix.text=Remove Attribute {0} -remove.attribute.quickfix.family=Remove Attribute -remove.extra.closing.tag.quickfix=Remove Extra Closing Tag +remove.attribute.quickfix.text=Remove attribute {0} +remove.attribute.quickfix.family=Remove attribute +remove.extra.closing.tag.quickfix=Remove extra closing tag create.namespace.declaration.quickfix=Create {0} Declaration select.namespace.title={0} To Import select.namespace.location.title=Select Namespace Location