From 0e085746fa5461d568ceb03c5d447a2ae5600d2e Mon Sep 17 00:00:00 2001 From: Stanley Dimant Date: Sun, 12 Jan 2025 13:47:50 +0100 Subject: [PATCH] change text --- MareSynchronos/UI/CharaDataHubUi.cs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/MareSynchronos/UI/CharaDataHubUi.cs b/MareSynchronos/UI/CharaDataHubUi.cs index eb12907..ab449f0 100644 --- a/MareSynchronos/UI/CharaDataHubUi.cs +++ b/MareSynchronos/UI/CharaDataHubUi.cs @@ -669,7 +669,8 @@ internal sealed partial class CharaDataHubUi : WindowMediatorSubscriberBase { DrawHelpFoldout("You can apply character data shared with you implicitly in this tab. Shared Character Data are Character Data entries that have \"Sharing\" set to \"Shared\" and you have access through those by meeting the access restrictions, " + "i.e. you were specified by your UID to gain access or are paired with the other user according to the Access Restrictions setting." + Environment.NewLine + Environment.NewLine - + "Filter if needed to find a specific entry, then just press on \"Apply to \" and it will download and apply the Character Data to the currently targeted GPose actor."); + + "Filter if needed to find a specific entry, then just press on \"Apply to \" and it will download and apply the Character Data to the currently targeted GPose actor." + Environment.NewLine + Environment.NewLine + + "Note: Shared Data of Pairs you have paused will not be shown here."); ImGuiHelpers.ScaledDummy(5);