diff options
author | tpart <tpart120@proton.me> | 2024-09-19 14:50:59 +0200 |
---|---|---|
committer | tpart <tpart120@proton.me> | 2024-09-19 14:50:59 +0200 |
commit | 291326a6240156c76722e00a9129a72fe2b0eb47 (patch) | |
tree | ad912c8b9fe44d705b767b1446f1ccf1d970068f /client/menu/chat/chat_open.tscn | |
parent | acddfdd81883ed4fb82333b6447cba98327e5d6a (diff) | |
download | hurrycurry-291326a6240156c76722e00a9129a72fe2b0eb47.tar hurrycurry-291326a6240156c76722e00a9129a72fe2b0eb47.tar.bz2 hurrycurry-291326a6240156c76722e00a9129a72fe2b0eb47.tar.zst |
Translate "Write message" text in open chat
Diffstat (limited to 'client/menu/chat/chat_open.tscn')
-rw-r--r-- | client/menu/chat/chat_open.tscn | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/client/menu/chat/chat_open.tscn b/client/menu/chat/chat_open.tscn index af6688a5..6d03b391 100644 --- a/client/menu/chat/chat_open.tscn +++ b/client/menu/chat/chat_open.tscn @@ -51,4 +51,4 @@ size_flags_vertical = 3 [node name="LineEdit" type="LineEdit" parent="PanelContainer/MarginContainer/VBoxContainer"] layout_mode = 2 -placeholder_text = "Write message" +placeholder_text = "c.chat.write_message" |