change message

This commit is contained in:
Anna 2022-09-09 06:27:17 -04:00
parent 01c7616571
commit c62f345efc
Signed by: anna
GPG Key ID: 0B391D8F06FCD9E0

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;