From e5f2264fb9d212fe1e6877d175b8792b1d3b954b Mon Sep 17 00:00:00 2001 From: Loporrit <141286461+loporrit@users.noreply.github.com> Date: Sun, 9 Feb 2025 10:51:38 +0000 Subject: [PATCH] Word --- MareSynchronos/UI/SettingsUi.cs | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/MareSynchronos/UI/SettingsUi.cs b/MareSynchronos/UI/SettingsUi.cs index 021927c..5e3406c 100644 --- a/MareSynchronos/UI/SettingsUi.cs +++ b/MareSynchronos/UI/SettingsUi.cs @@ -746,7 +746,7 @@ public class SettingsUi : WindowMediatorSubscriberBase } ImGui.AlignTextToFramePadding(); - ImGui.TextUnformatted("Monitoring Mare Storage Folder: " + (_cacheMonitor.MareWatcher?.Path ?? "Not monitoring")); + ImGui.TextUnformatted("Monitoring Loporrit Storage Folder: " + (_cacheMonitor.MareWatcher?.Path ?? "Not monitoring")); if (string.IsNullOrEmpty(_cacheMonitor.MareWatcher?.Path)) { ImGui.SameLine(); @@ -764,7 +764,7 @@ public class SettingsUi : WindowMediatorSubscriberBase _cacheMonitor.StartPenumbraWatcher(_ipcManager.PenumbraModDirectory); _cacheMonitor.InvokeScan(); } - UiSharedService.AttachToolTip("Attempts to resume monitoring for both Penumbra and Mare Storage. " + UiSharedService.AttachToolTip("Attempts to resume monitoring for both Penumbra and Loporrit Storage. " + "Resuming the monitoring will also force a full scan to run." + Environment.NewLine + "If the button remains present after clicking it, consult /xllog for errors"); } @@ -777,8 +777,8 @@ public class SettingsUi : WindowMediatorSubscriberBase _cacheMonitor.StopMonitoring(); } } - UiSharedService.AttachToolTip("Stops the monitoring for both Penumbra and Mare Storage. " - + "Do not stop the monitoring, unless you plan to move the Penumbra and Mare Storage folders, to ensure correct functionality of Mare." + Environment.NewLine + UiSharedService.AttachToolTip("Stops the monitoring for both Penumbra and Loporrit Storage. " + + "Do not stop the monitoring, unless you plan to move the Penumbra and Loporrit Storage folders, to ensure correct functionality of Loporrit." + Environment.NewLine + "If you stop the monitoring to move folders around, resume it after you are finished moving the files." + UiSharedService.TooltipSeparator + "Hold CTRL to enable this button"); } @@ -795,7 +795,7 @@ public class SettingsUi : WindowMediatorSubscriberBase bool useFileCompactor = _configService.Current.UseCompactor; if (!useFileCompactor && !isLinux) { - UiSharedService.ColorTextWrapped("Hint: To free up space when using Mare consider enabling the File Compactor", ImGuiColors.DalamudYellow); + UiSharedService.ColorTextWrapped("Hint: To free up space when using Loporrit consider enabling the File Compactor", ImGuiColors.DalamudYellow); } if (isLinux || !_cacheMonitor.StorageisNTFS) ImGui.BeginDisabled(); if (ImGui.Checkbox("Use file compactor", ref useFileCompactor))