adjust text in settings

This commit is contained in:
rootdarkarchon
2023-01-30 12:01:28 +01:00
parent 422caade5e
commit b52cfa0801

View File

@@ -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))
{