Skip to content

Commit

Permalink
Fix resource string (#11079)
Browse files Browse the repository at this point in the history
* Update resource string
* Update baselines
  • Loading branch information
chsienki authored Oct 24, 2024
1 parent c810e82 commit 4f4effb
Show file tree
Hide file tree
Showing 11 changed files with 14 additions and 14 deletions.
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
(1,17): Error RZ2005: The 'inherits` directive must appear at the start of the line.
(1,17): Error RZ2005: The 'inherits' directive must appear at the start of the line.
(1,30): Error RZ1017: Unexpected literal following the 'inherits' directive. Expected 'line break'.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
(1,16): Error RZ2002: Section blocks ("@section Header { ... }") cannot be nested. Only one level of section blocks are allowed.
(1,17): Error RZ2005: The 'section` directive must appear at the start of the line.
(1,17): Error RZ2005: The 'section' directive must appear at the start of the line.
(1,42): Error RZ2002: Section blocks ("@section Header { ... }") cannot be nested. Only one level of section blocks are allowed.
(1,43): Error RZ2005: The 'section` directive must appear at the start of the line.
(1,43): Error RZ2005: The 'section' directive must appear at the start of the line.
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
(1,16): Error RZ2002: Section blocks ("@section Header { ... }") cannot be nested. Only one level of section blocks are allowed.
(1,17): Error RZ2005: The 'section` directive must appear at the start of the line.
(1,17): Error RZ2005: The 'section' directive must appear at the start of the line.
Original file line number Diff line number Diff line change
@@ -1 +1 @@
(1,4): Error RZ2005: The 'section` directive must appear at the start of the line.
(1,4): Error RZ2005: The 'section' directive must appear at the start of the line.
Original file line number Diff line number Diff line change
@@ -1 +1 @@
(1,5): Error RZ2005: The 'custom` directive must appear at the start of the line.
(1,5): Error RZ2005: The 'custom' directive must appear at the start of the line.
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
(1,17): Error RZ2005: The 'inherits` directive must appear at the start of the line.
(1,17): Error RZ2005: The 'inherits' directive must appear at the start of the line.
(1,30): Error RZ1017: Unexpected literal following the 'inherits' directive. Expected 'line break'.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
(1,16): Error RZ2002: Section blocks ("@section Header { ... }") cannot be nested. Only one level of section blocks are allowed.
(1,17): Error RZ2005: The 'section` directive must appear at the start of the line.
(1,17): Error RZ2005: The 'section' directive must appear at the start of the line.
(1,42): Error RZ2002: Section blocks ("@section Header { ... }") cannot be nested. Only one level of section blocks are allowed.
(1,43): Error RZ2005: The 'section` directive must appear at the start of the line.
(1,43): Error RZ2005: The 'section' directive must appear at the start of the line.
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
(1,16): Error RZ2002: Section blocks ("@section Header { ... }") cannot be nested. Only one level of section blocks are allowed.
(1,17): Error RZ2005: The 'section` directive must appear at the start of the line.
(1,17): Error RZ2005: The 'section' directive must appear at the start of the line.
Original file line number Diff line number Diff line change
@@ -1 +1 @@
(1,4): Error RZ2005: The 'section` directive must appear at the start of the line.
(1,4): Error RZ2005: The 'section' directive must appear at the start of the line.
Original file line number Diff line number Diff line change
@@ -1 +1 @@
(1,5): Error RZ2005: The 'custom` directive must appear at the start of the line.
(1,5): Error RZ2005: The 'custom' directive must appear at the start of the line.
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,7 @@
<value>The '{0}' directive expects a type name.</value>
</data>
<data name="DirectiveMustAppearAtStartOfLine" xml:space="preserve">
<value>The '{0}` directive must appear at the start of the line.</value>
<value>The '{0}' directive must appear at the start of the line.</value>
</data>
<data name="DirectiveTokensMustBeSeparatedByWhitespace" xml:space="preserve">
<value>The '{0}' directives value(s) must be separated by whitespace.</value>
Expand Down Expand Up @@ -601,4 +601,4 @@
<data name="UsingDirective_Description" xml:space="preserve">
<value>Adds the C# using directive to the generated view.</value>
</data>
</root>
</root>

0 comments on commit 4f4effb

Please sign in to comment.