Skip to content

Commit

Permalink
Update Title according to suggestion
Browse files Browse the repository at this point in the history
Co-Authored-By: Genevieve Warren <gewarren@microsoft.com>
  • Loading branch information
maxkoshevoi and gewarren committed Sep 4, 2019
1 parent 92a13ab commit 218558e
Showing 1 changed file with 2 additions and 2 deletions.
Expand Up @@ -256,9 +256,9 @@
<value>Object '{0}' is referenced and reassigned in the same statement. You are at risk of referring to unintended object.</value>
</data>
<data name="ReferencingAndReassigningObjectInSameStatementTitle" xml:space="preserve">
<value>Referring to object and reassigning it in the same statement.</value>
<value>Referencing object and reassigning it in the same statement.</value>
</data>
<data name="ReferencingAndReassigningObjectInSameStatementDescription" xml:space="preserve">
<value>When you go through the assignment chain right to left, firstly, reference in object '{0}' will be changed, but when you reffer to this object second time, since it's still the same statement, it will be pointing to it's old value. So if old value of '{0}' isn't saved elsewhere, result of the latter assignment will be lost.</value>
</data>
</root>
</root>

2 comments on commit 218558e

@mavasani
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@maxkoshevoi You also need to update the xlf files associated with the resx change.

@maxkoshevoi
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Sure. As soon as description will be finalized, I'll update them.

Please sign in to comment.