From 9f14b8424e285afa5193f28f29793aab2cb0673a Mon Sep 17 00:00:00 2001 From: Shankar Date: Mon, 6 Jan 2025 16:17:54 +0530 Subject: [PATCH] Misc --- .../Controls/AddNewItemDialog.xaml.cs | 2 +- src/Symptum.Editor/Controls/FindControl.xaml | 14 +++++++------- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/src/Symptum.Editor/Controls/AddNewItemDialog.xaml.cs b/src/Symptum.Editor/Controls/AddNewItemDialog.xaml.cs index 69e6926..bee5a6f 100644 --- a/src/Symptum.Editor/Controls/AddNewItemDialog.xaml.cs +++ b/src/Symptum.Editor/Controls/AddNewItemDialog.xaml.cs @@ -144,7 +144,7 @@ private void SetParentInfo(IResource? parentResource) else { parentInfo.Visibility = Visibility.Visible; - parentInfo.Text = $"The new item will be added to {parentResource.Title}"; + parentInfo.Text = $"The new item will be added to \"{parentResource.Title}\""; } } diff --git a/src/Symptum.Editor/Controls/FindControl.xaml b/src/Symptum.Editor/Controls/FindControl.xaml index ade0a6c..acd8549 100644 --- a/src/Symptum.Editor/Controls/FindControl.xaml +++ b/src/Symptum.Editor/Controls/FindControl.xaml @@ -22,23 +22,23 @@ -