From 90173f6147c92f7813a64c7323f77f79ae8eda88 Mon Sep 17 00:00:00 2001 From: Pieter-Jan Briers Date: Fri, 19 Jul 2019 01:21:22 +0200 Subject: [PATCH] Change lobby chat placeholder. --- Content.Client/UserInterface/LobbyGui.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Content.Client/UserInterface/LobbyGui.cs b/Content.Client/UserInterface/LobbyGui.cs index 1e0890398b..d60dcf1162 100644 --- a/Content.Client/UserInterface/LobbyGui.cs +++ b/Content.Client/UserInterface/LobbyGui.cs @@ -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!"); } {