Skip to content

Commit 4ef06a8

Browse files
authored
Fixing copypasta typo (#2449)
1 parent b1f72de commit 4ef06a8

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

src/Microsoft.SqlTools.ServiceLayer/Localization/sr.resx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5438,7 +5438,7 @@ The Query Processor estimates that implementing the following index could improv
54385438
<comment></comment>
54395439
</data>
54405440
<data name="ConnectionConfigOptions_common_category_Enabled" xml:space="preserve">
5441-
<value>Disabled</value>
5441+
<value>Enabled</value>
54425442
<comment></comment>
54435443
</data>
54445444
<data name="ConnectionConfigOptions_common_category_Disabled" xml:space="preserve">

src/Microsoft.SqlTools.ServiceLayer/Localization/sr.strings

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2289,7 +2289,7 @@ ConnectionConfigOptions_groups_resiliency = Connection Resiliency & Failover
22892289
ConnectionConfigOptions_groups_pooling = Pooling Settings
22902290
ConnectionConfigOptions_groups_context = Data Source & Context
22912291

2292-
ConnectionConfigOptions_common_category_Enabled = Disabled
2292+
ConnectionConfigOptions_common_category_Enabled = Enabled
22932293
ConnectionConfigOptions_common_category_Disabled = Disabled
22942294

22952295
ConnectionConfigOptions_server_displayName = Server name

src/Microsoft.SqlTools.ServiceLayer/Localization/sr.xlf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7024,8 +7024,8 @@ The Query Processor estimates that implementing the following index could improv
70247024
<note></note>
70257025
</trans-unit>
70267026
<trans-unit id="ConnectionConfigOptions_common_category_Enabled">
7027-
<source>Disabled</source>
7028-
<target state="new">Disabled</target>
7027+
<source>Enabled</source>
7028+
<target state="new">Enabled</target>
70297029
<note></note>
70307030
</trans-unit>
70317031
<trans-unit id="ConnectionConfigOptions_common_category_Disabled">

0 commit comments

Comments
 (0)