diff --git a/platform/platform-resources-en/src/inspectionDescriptions/Annotator.html b/platform/platform-resources-en/src/inspectionDescriptions/Annotator.html index ce63baf76ae2..5003474700c6 100644 --- a/platform/platform-resources-en/src/inspectionDescriptions/Annotator.html +++ b/platform/platform-resources-en/src/inspectionDescriptions/Annotator.html @@ -1,5 +1,5 @@ -Allows to see problems reported by language annotators in the results of batch code inspection. +Allows you to see problems reported by language annotators in the results of batch code inspection. \ No newline at end of file diff --git a/platform/platform-resources-en/src/inspectionDescriptions/SyntaxError.html b/platform/platform-resources-en/src/inspectionDescriptions/SyntaxError.html index 398a7b8a0e03..d60b5db0e39e 100644 --- a/platform/platform-resources-en/src/inspectionDescriptions/SyntaxError.html +++ b/platform/platform-resources-en/src/inspectionDescriptions/SyntaxError.html @@ -1,5 +1,5 @@ -Allows to see syntax errors in the results of batch code inspection. +Allows you to see syntax errors in the results of batch code inspection. \ No newline at end of file diff --git a/platform/platform-resources-en/src/messages/ApplicationBundle.properties b/platform/platform-resources-en/src/messages/ApplicationBundle.properties index 577a0766460c..0b45e230e88a 100644 --- a/platform/platform-resources-en/src/messages/ApplicationBundle.properties +++ b/platform/platform-resources-en/src/messages/ApplicationBundle.properties @@ -505,7 +505,7 @@ title.colors.and.fonts=Colors \\& Fonts progress.analysing.font=Analysing font: {0} button.edit.scopes=Edit Scopes... group.editor.font=Editor Font -label.fallback.fonts.list.description=If primary font fails IDE tries to use the secondary one +label.fallback.fonts.list.description=If primary font fails, IDE tries to use the secondary one quickdoc.tooltip.font.size.by.wheel=Slider or Ctrl+Wheel change font size label.font.size=Font size: label.font.name=Name: diff --git a/platform/platform-resources/src/codeStyle/preview/preview.xml.template b/platform/platform-resources/src/codeStyle/preview/preview.xml.template index 6edd0817d215..ca848fe23595 100644 --- a/platform/platform-resources/src/codeStyle/preview/preview.xml.template +++ b/platform/platform-resources/src/codeStyle/preview/preview.xml.template @@ -10,7 +10,7 @@ Our product makes development a real pleasure. It decreases the time you spend on routine, repetitive handwork, giving you more time to focus on the task at hand. Its robust set of features for automatic error-checking and code correction cuts development time and increases your efficiency. You'll find that our product quickly - pays back it's cost in increased developer productivity and improved code quality. + pays back its cost in increased developer productivity and improved code quality. diff --git a/xml/impl/resources/inspectionDescriptions/HtmlFormInputWithoutLabel.html b/xml/impl/resources/inspectionDescriptions/HtmlFormInputWithoutLabel.html index 680c983342d4..52947834a6ae 100644 --- a/xml/impl/resources/inspectionDescriptions/HtmlFormInputWithoutLabel.html +++ b/xml/impl/resources/inspectionDescriptions/HtmlFormInputWithoutLabel.html @@ -1,6 +1,6 @@ -This inspection highlights form elements without required associated label and provides ability to create a new label.
+This inspection highlights form elements without required associated label and provides the ability to create a new label.
\ No newline at end of file diff --git a/xml/impl/resources/inspectionDescriptions/HtmlPresentationalElement.html b/xml/impl/resources/inspectionDescriptions/HtmlPresentationalElement.html index 3a0609aa95fc..46257d041b1b 100644 --- a/xml/impl/resources/inspectionDescriptions/HtmlPresentationalElement.html +++ b/xml/impl/resources/inspectionDescriptions/HtmlPresentationalElement.html @@ -1,6 +1,6 @@ -This inspection highlights pure presentational HTML tags and provides ability to replace them with CSS or with other tags.
+This inspection highlights pure presentational HTML tags and provides the ability to replace them with CSS or with other tags.
\ No newline at end of file diff --git a/xml/impl/resources/inspectionDescriptions/XmlUnboundNsPrefix.html b/xml/impl/resources/inspectionDescriptions/XmlUnboundNsPrefix.html index 2821e9fe15b0..c2d3c150ad28 100644 --- a/xml/impl/resources/inspectionDescriptions/XmlUnboundNsPrefix.html +++ b/xml/impl/resources/inspectionDescriptions/XmlUnboundNsPrefix.html @@ -1,6 +1,6 @@ -This inspection checks for unbound namespace prefixes in XML +This inspection checks for unbound namespace prefixes in XML. \ No newline at end of file diff --git a/xml/impl/src/com/intellij/application/options/editor/WebEditorOptionsForm.form b/xml/impl/src/com/intellij/application/options/editor/WebEditorOptionsForm.form index 4dd9851442ca..dca1e251f80e 100644 --- a/xml/impl/src/com/intellij/application/options/editor/WebEditorOptionsForm.form +++ b/xml/impl/src/com/intellij/application/options/editor/WebEditorOptionsForm.form @@ -65,7 +65,7 @@ - +
diff --git a/xml/relaxng/src/inspectionDescriptions/UnusedDefine.html b/xml/relaxng/src/inspectionDescriptions/UnusedDefine.html index 1a59a9063112..8c22875b4e81 100644 --- a/xml/relaxng/src/inspectionDescriptions/UnusedDefine.html +++ b/xml/relaxng/src/inspectionDescriptions/UnusedDefine.html @@ -18,7 +18,7 @@

This inspections checks for any unused named patterns ("define") in a RELAX-NG file (XML or Compact Syntax) and highlights them as unused symbols. This is done with respect to includes from other files, i.e. a define is not - marked as unused if is is used through an include in another file. + marked as unused if it is used through an include in another file.