change message

This commit is contained in:
Anna 2022-09-09 06:27:17 -04:00
parent 5594d5769b
commit 6ca0c7083b
1 changed files with 1 additions and 1 deletions

View File

@ -82,7 +82,7 @@ internal class MessageList : ITab {
}
if (message.IsHidden) {
ImGuiHelper.WarningText("This message's score is too low and will not be shown to other players.");
ImGuiHelper.WarningText("This message will not be shown to other players due to its low score.");
}
var ctrl = ImGui.GetIO().KeyCtrl;