Skip to content

Commit

Permalink
Add new line
Browse files Browse the repository at this point in the history
  • Loading branch information
Giorgi committed Jun 21, 2021
1 parent 9224f2c commit b80d8e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/QueryPlanVisualizer.LinqPad6/QueryPlanUserControl.cs
Original file line number Diff line number Diff line change
@@ -131,7 +131,7 @@ private void PlanLocationLinkLabelLinkClicked(object sender, LinkLabelLinkClicke
private async void SharePlanButtonClick(object sender, EventArgs e)
{
if (MessageBox.Show($"Warning: Your execution plan, including its query and parameters, will be immediately sent to {PlanProcessor.SharePlanWebsite} and stored in its database for sharing. Please review your query to make sure it doesn't contain sensitive data."
+ $"{Environment.NewLine}Do you want to continue?",
+ $"{Environment.NewLine}{Environment.NewLine}Do you want to continue?",
"Continue", MessageBoxButtons.YesNo, MessageBoxIcon.Question) != DialogResult.Yes)
{
return;

0 comments on commit b80d8e4

Please sign in to comment.