From b52cfa0801bbbed94ff5f7a9a80dccb60b0a9909 Mon Sep 17 00:00:00 2001 From: rootdarkarchon Date: Mon, 30 Jan 2023 12:01:28 +0100 Subject: [PATCH] adjust text in settings --- MareSynchronos/UI/SettingsUi.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MareSynchronos/UI/SettingsUi.cs b/MareSynchronos/UI/SettingsUi.cs index 916894e..06ad907 100644 --- a/MareSynchronos/UI/SettingsUi.cs +++ b/MareSynchronos/UI/SettingsUi.cs @@ -466,7 +466,7 @@ public class SettingsUi : Window, IDisposable _configService.Current.ShowCharacterNameInsteadOfNotesForVisible = showNameInsteadOfNotes; _configService.Save(); } - UiShared.DrawHelpText("This will show the character name instead of custom set note when visible"); + UiShared.DrawHelpText("This will show the character name instead of custom set note when a character is visible"); if (ImGui.Checkbox("Reverse user sort", ref reverseUserSort)) {