Skip to content

Commit 37adfe9

Browse files
author
Kapil Borle
committed
Add localization for UseLiteralInitializerForHashtable rule
1 parent b8aedb2 commit 37adfe9

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

Rules/Strings.Designer.cs

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Rules/Strings.resx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -826,7 +826,7 @@
826826
<value>Create hashtables with literal initializers</value>
827827
</data>
828828
<data name="UseLiteralInitilializerForHashtableDescription" xml:space="preserve">
829-
<value>Create a hashtable using a constructor without specifying IEqualityComparer for string type keys result in case-sensitive lookup of keys.</value>
829+
<value>Use literal initializer, @{{}}, for creating a hashtable as they are case-insensitive by default</value>
830830
</data>
831831
<data name="UseLiteralInitilializerForHashtableError" xml:space="preserve">
832832
<value>Create hashtables with literal initliazers</value>

0 commit comments

Comments
 (0)