mirror of
https://github.com/space-syndicate/space-station-14.git
synced 2026-02-15 04:30:57 +01:00
"Blocked by" string is fluent now (#14713)
This commit is contained in:
@@ -1,3 +1,3 @@
|
||||
<Control xmlns="https://spacestation14.io">
|
||||
<Label StyleClasses="ItemStatus" Text="Blocked by" />
|
||||
<Label StyleClasses="ItemStatus" Text="{Loc 'hands-system-blocked-by'}" />
|
||||
</Control>
|
||||
|
||||
@@ -4,5 +4,6 @@ hands-system-empty-equipment-slot = There's nothing in your {$slotName} to take
|
||||
|
||||
|
||||
# Examine text after when they're holding something (in-hand)
|
||||
comp-hands-examine = { CAPITALIZE(SUBJECT($user)) } { CONJUGATE-BE($user) } holding a { $item }.
|
||||
comp-hands-examine = { CAPITALIZE(SUBJECT($user)) } { CONJUGATE-BE($user) } holding a { $item }.
|
||||
|
||||
hands-system-blocked-by = Blocked by
|
||||
|
||||
Reference in New Issue
Block a user