Fix group-comments

This commit is contained in:
juliancoffee 2024-02-29 16:05:07 +02:00
parent 74978bf166
commit ddbe1dc0c1

View File

@ -10,12 +10,12 @@ hud-chat-connection_lost = Connection lost. Kicking in { $time } seconds.
hud-chat-tell-to = To [{ $alias }]: { $msg } hud-chat-tell-to = To [{ $alias }]: { $msg }
hud-chat-tell-from = From [{ $alias }]: { $msg } hud-chat-tell-from = From [{ $alias }]: { $msg }
# Npc /tell messages, no gender info, sadly ## Npc /tell messages, no gender info, sadly
hud-chat-tell-to-npc = To [{ $alias }]: { $msg } hud-chat-tell-to-npc = To [{ $alias }]: { $msg }
hud-chat-tell-from-npc = From [{ $alias }]: { $msg } hud-chat-tell-from-npc = From [{ $alias }]: { $msg }
# Generic messages ## Generic messages
hud-chat-message = [{ $alias }]: { $msg } hud-chat-message = [{ $alias }]: { $msg }
hud-chat-message-with-name = [{ $alias }] { $name }: { $msg } hud-chat-message-with-name = [{ $alias }] { $name }: { $msg }