Browse Source

Update string resources.

pull/341/head
Matt Ward 12 years ago
parent
commit
21037b3e12
  1. 6
      data/resources/StringResources.resx

6
data/resources/StringResources.resx

@ -3418,10 +3418,16 @@ You can also choose to store the setting in the .user-file instead of the projec
<value>Code Not Covered</value> <value>Code Not Covered</value>
<comment>One of the display items that exists in the Code Coverage Options Panel. Selecting this one allows the user to configure the colours for the code that has NOT been covered by the unit tests.</comment> <comment>One of the display items that exists in the Code Coverage Options Panel. Selecting this one allows the user to configure the colours for the code that has NOT been covered by the unit tests.</comment>
</data> </data>
<data name="ICSharpCode.CodeCoverage.CodePartCovered" xml:space="preserve">
<value>Code Partially Covered</value>
</data>
<data name="ICSharpCode.CodeCoverage.Column" xml:space="preserve"> <data name="ICSharpCode.CodeCoverage.Column" xml:space="preserve">
<value>Column</value> <value>Column</value>
<comment>List view column header holding the code coverage start column number.</comment> <comment>List view column header holding the code coverage start column number.</comment>
</data> </data>
<data name="ICSharpCode.CodeCoverage.Content" xml:space="preserve">
<value>Content</value>
</data>
<data name="ICSharpCode.CodeCoverage.DisplayOptions" xml:space="preserve"> <data name="ICSharpCode.CodeCoverage.DisplayOptions" xml:space="preserve">
<value>Display Options</value> <value>Display Options</value>
</data> </data>

Loading…
Cancel
Save