"Blocked by" string is fluent now (#14713)
This commit is contained in:
parent
44838f2f26
commit
3bf0bd3b3b
|
|
@ -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>
|
||||
|
|
|
|||
|
|
@ -6,3 +6,4 @@ 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 }.
|
||||
|
||||
hands-system-blocked-by = Blocked by
|
||||
|
|
|
|||
Loading…
Reference in New Issue