From 1c058cba5dd2fbb0b922a63f3dd71913d22972b4 Mon Sep 17 00:00:00 2001 From: Andrew Backeby Date: Mon, 25 Mar 2024 19:03:19 +0100 Subject: [PATCH] Update message for importing notes (#72) --- MareSynchronos/UI/Components/GroupPanel.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MareSynchronos/UI/Components/GroupPanel.cs b/MareSynchronos/UI/Components/GroupPanel.cs index a75282c..77dea21 100644 --- a/MareSynchronos/UI/Components/GroupPanel.cs +++ b/MareSynchronos/UI/Components/GroupPanel.cs @@ -617,7 +617,7 @@ internal sealed class GroupPanel ImGui.CloseCurrentPopup(); ImGui.SetClipboardText(UiSharedService.GetNotes(groupPairs)); } - UiSharedService.AttachToolTip("Copies all your notes for all users in this Syncshell to the clipboard." + Environment.NewLine + "They can be imported via Settings -> Privacy -> Import Notes from Clipboard"); + UiSharedService.AttachToolTip("Copies all your notes for all users in this Syncshell to the clipboard." + Environment.NewLine + "They can be imported via Settings -> General -> Notes -> Import notes from clipboard"); var soundsText = userSoundsDisabled ? "Enable sound sync" : "Disable sound sync"; if (UiSharedService.NormalizedIconTextButton(userSoundsIcon, soundsText))