[Table Designer] Fix row start casing (#1467)

This commit is contained in:
Hai Cao
2022-04-15 15:37:26 -07:00
committed by GitHub
parent 237aac7174
commit 35e1782a3f
3 changed files with 4 additions and 4 deletions

View File

@@ -4835,7 +4835,7 @@ The Query Processor estimates that implementing the following index could improv
<comment></comment>
</data>
<data name="GeneratedAlwaysColumnType_RowStart" xml:space="preserve">
<value>Row start</value>
<value>Row Start</value>
<comment></comment>
</data>
<data name="GeneratedAlwaysColumnType_RowEnd" xml:space="preserve">

View File

@@ -2282,7 +2282,7 @@ TableDesignerEdgeConstraintClauseToTablePropertyName = To Table
SqlTableDurability_SchemaAndData = Schema and Data
SqlTableDurability_SchemaOnly = Schema Only
GeneratedAlwaysColumnType_None = None
GeneratedAlwaysColumnType_RowStart = Row start
GeneratedAlwaysColumnType_RowStart = Row Start
GeneratedAlwaysColumnType_RowEnd = Row End
TableDesignerIsSystemVersioningEnabledTitle = System Versioning Enabled
TableDesignerIsSystemVersioningEnabledDescription = Specifies whether the table is system versioning enabled.

View File

@@ -5874,8 +5874,8 @@ The Query Processor estimates that implementing the following index could improv
<note></note>
</trans-unit>
<trans-unit id="GeneratedAlwaysColumnType_RowStart">
<source>Row start</source>
<target state="new">Row start</target>
<source>Row Start</source>
<target state="new">Row Start</target>
<note></note>
</trans-unit>
<trans-unit id="GeneratedAlwaysColumnType_RowEnd">