Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
</StackPanel>
<StackPanel>
<CheckBox x:Name="DisplayDiagnosticsInline"
Content="{x:Static local:AdvancedOptionPageStrings.Option_Display_diagnostics_inline_experimental}"/>
Content="{x:Static local:AdvancedOptionPageStrings.Option_Display_diagnostics_inline}"/>
<StackPanel Margin="15, 0, 0, 0">
<RadioButton GroupName="Inline_diagnostic_location"
x:Name="at_the_end_of_the_line_of_code"
Expand Down Expand Up @@ -201,7 +201,7 @@
Content="{x:Static local:AdvancedOptionPageStrings.Option_Split_string_literals_on_enter}" />
<CheckBox x:Name="Fix_text_pasted_into_string_literals_experimental"
x:Uid="Fix_text_pasted_into_string_literals_experimental"
Content="{x:Static local:AdvancedOptionPageStrings.Option_Fix_text_pasted_into_string_literals_experimental}" />
Content="{x:Static local:AdvancedOptionPageStrings.Option_Fix_text_pasted_into_string_literals}" />
<CheckBox x:Name="ShowRemarksInQuickInfo"
Content="{x:Static local:AdvancedOptionPageStrings.Option_ShowRemarksInQuickInfo}" />
<CheckBox x:Name="RenameTrackingPreview"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -124,8 +124,8 @@ public static string Option_Show_hints_for_implicit_object_creation
public static string Option_Show_hints_for_collection_expressions
=> ServicesVSResources.Show_hints_for_collection_expressions;

public static string Option_Display_diagnostics_inline_experimental
=> ServicesVSResources.Display_diagnostics_inline_experimental;
public static string Option_Display_diagnostics_inline
=> ServicesVSResources.Display_diagnostics_inline;

public static string Option_at_the_end_of_the_line_of_code
=> ServicesVSResources.at_the_end_of_the_line_of_code;
Expand Down Expand Up @@ -361,8 +361,8 @@ public static string Stack_Trace_Explorer
public static string Option_Automatically_open_stack_trace_explorer_on_focus
=> ServicesVSResources.Automatically_open_stack_trace_explorer_on_focus;

public static string Option_Fix_text_pasted_into_string_literals_experimental
=> ServicesVSResources.Fix_text_pasted_into_string_literals_experimental;
public static string Option_Fix_text_pasted_into_string_literals
=> ServicesVSResources.Fix_text_pasted_into_string_literals;

public static string Option_Go_To_Definition
=> ServicesVSResources.Go_To_Definition;
Expand Down
8 changes: 4 additions & 4 deletions src/VisualStudio/Core/Def/ServicesVSResources.resx
Original file line number Diff line number Diff line change
Expand Up @@ -1471,8 +1471,8 @@ Additional information: {1}</value>
<data name="This_rule_is_not_configurable" xml:space="preserve">
<value>This rule is not configurable</value>
</data>
<data name="Display_diagnostics_inline_experimental" xml:space="preserve">
<value>Display diagnostics inline (experimental)</value>
<data name="Display_diagnostics_inline" xml:space="preserve">
<value>Display diagnostics inline</value>
</data>
<data name="at_the_end_of_the_line_of_code" xml:space="preserve">
<value>at the end of the line of code</value>
Expand Down Expand Up @@ -1653,8 +1653,8 @@ Additional information: {1}</value>
<data name="Navigating" xml:space="preserve">
<value>Navigating</value>
</data>
<data name="Fix_text_pasted_into_string_literals_experimental" xml:space="preserve">
<value>Fix text pasted into string literals (experimental)</value>
<data name="Fix_text_pasted_into_string_literals" xml:space="preserve">
<value>Fix text pasted into string literals</value>
</data>
<data name="Go_To_Definition" xml:space="preserve">
<value>Go To Definition</value>
Expand Down
16 changes: 8 additions & 8 deletions src/VisualStudio/Core/Def/xlf/ServicesVSResources.cs.xlf

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

16 changes: 8 additions & 8 deletions src/VisualStudio/Core/Def/xlf/ServicesVSResources.de.xlf

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

16 changes: 8 additions & 8 deletions src/VisualStudio/Core/Def/xlf/ServicesVSResources.es.xlf

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

16 changes: 8 additions & 8 deletions src/VisualStudio/Core/Def/xlf/ServicesVSResources.fr.xlf

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

16 changes: 8 additions & 8 deletions src/VisualStudio/Core/Def/xlf/ServicesVSResources.it.xlf

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

16 changes: 8 additions & 8 deletions src/VisualStudio/Core/Def/xlf/ServicesVSResources.ja.xlf

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

16 changes: 8 additions & 8 deletions src/VisualStudio/Core/Def/xlf/ServicesVSResources.ko.xlf

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

16 changes: 8 additions & 8 deletions src/VisualStudio/Core/Def/xlf/ServicesVSResources.pl.xlf

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading
Loading