Change lobby chat placeholder.

This commit is contained in:
Pieter-Jan Briers
2019-07-19 01:21:22 +02:00
parent 22c5b6eb31
commit 90173f6147

View File

@@ -88,7 +88,7 @@ namespace Content.Client.UserInterface
ReadyButton.AddStyleClass(NanoStyle.StyleClassButtonBig);
leftVBox.AddChild(Chat = new ChatBox {SizeFlagsVertical = SizeFlags.FillExpand});
Chat.Input.PlaceHolder = localization.GetString("Talk!");
Chat.Input.PlaceHolder = localization.GetString("Say something!");
}
{