RUBY-14570: fixing strings according to proofreading results.

This commit is contained in:
Oleg Sukhodolsky
2013-11-20 13:48:45 +04:00
parent 40a3f43879
commit dcbce74539
9 changed files with 9 additions and 9 deletions
@@ -1,5 +1,5 @@
<html>
<body>
<font face="verdana" size="-1">Allows to see problems reported by language annotators in the results of batch code inspection.
<font face="verdana" size="-1">Allows you to see problems reported by language annotators in the results of batch code inspection.
</body>
</html>
@@ -1,5 +1,5 @@
<html>
<body>
<font face="verdana" size="-1">Allows to see syntax errors in the results of batch code inspection.
<font face="verdana" size="-1">Allows you to see syntax errors in the results of batch code inspection.
</body>
</html>
@@ -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:
@@ -10,7 +10,7 @@
<description>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.
</description>
<component>
@@ -1,6 +1,6 @@
<html>
<body>
<font face="verdana" size="-1">This inspection highlights form elements without required associated label and provides ability to create a new label.<br>
<font face="verdana" size="-1">This inspection highlights form elements without required associated label and provides the ability to create a new label.<br>
</font>
</body>
</html>
@@ -1,6 +1,6 @@
<html>
<body>
<font face="verdana" size="-1">This inspection highlights pure presentational HTML tags and provides ability to replace them with CSS or with other tags.<br>
<font face="verdana" size="-1">This inspection highlights pure presentational HTML tags and provides the ability to replace them with CSS or with other tags.<br>
</font>
</body>
</html>
@@ -1,6 +1,6 @@
<html>
<body>
<font face="verdana" size="-1">This inspection checks for unbound namespace prefixes in XML
<font face="verdana" size="-1">This inspection checks for unbound namespace prefixes in XML.
</font>
</body>
</html>
@@ -65,7 +65,7 @@
<grid row="4" column="0" row-span="1" col-span="1" vsize-policy="0" hsize-policy="0" anchor="8" fill="0" indent="0" use-parent-layout="false"/>
</constraints>
<properties>
<text value="Automatically add quotas for attribute value"/>
<text value="Automatically add quotes for attribute value"/>
</properties>
</component>
</children>
@@ -18,7 +18,7 @@
<p>
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.
</p>
<p id="footer">Powered by RELAX-NG Support</p>