"Blocked by" string is fluent now (#14713)
This commit is contained in:
@@ -1,3 +1,3 @@
|
|||||||
<Control xmlns="https://spacestation14.io">
|
<Control xmlns="https://spacestation14.io">
|
||||||
<Label StyleClasses="ItemStatus" Text="Blocked by" />
|
<Label StyleClasses="ItemStatus" Text="{Loc 'hands-system-blocked-by'}" />
|
||||||
</Control>
|
</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)
|
# 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