Skip to content

Commit 9b67bf2

Browse files
author
begoldsm
committed
Revert "update the documentation to also include multiples"
This reverts commit 7623238.
1 parent 7744540 commit 9b67bf2

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

src/ResourceManager/Tags/Commands.Tags/Properties/Resources.Designer.cs

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/ResourceManager/Tags/Commands.Tags/Properties/Resources.resx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@
121121
<value>Can not remove tag/tag value because it's being referenced by other resources.</value>
122122
</data>
123123
<data name="InvalidTagFormat" xml:space="preserve">
124-
<value>Invalid tag format. Expect @{Name = "tagName"} or @{Name = "tagName"; Value = "tagValue"}. For more than one tag: @(@{Name = "tagName1"; Value = "tagValue1"}, @{Name = "tagName2"; Value = "tagValue2"})</value>
124+
<value>Invalid tag format. Expect @{Name = "tagName"} or @{Name = "tagName"; Value = "tagValue"}</value>
125125
</data>
126126
<data name="InvalidTagFormatNotUniqueName" xml:space="preserve">
127127
<value>Invalid tag format. Ensure that each tag has a unique name. Example: @{Name = "tagName1"; Value = "tagValue1"}, @{Name = "tagName2"; Value = "tagValue2"}</value>

0 commit comments

Comments
 (0)