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-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-from-npc = From [{ $alias }]: { $msg }
# Generic messages
## Generic messages
hud-chat-message = [{ $alias }]: { $msg }
hud-chat-message-with-name = [{ $alias }] { $name }: { $msg }
@ -88,4 +88,4 @@ hud-loot-pickup-msg-you = { $amount ->
hud-loot-pickup-msg = { $amount ->
[1] { $actor } picked up { $item }
*[other] { $actor } picked up { $amount }x { $item }
}
}