From 3bf0bd3b3b962dec20a4a1252195227152cbe22e Mon Sep 17 00:00:00 2001 From: faint <46868845+ficcialfaint@users.noreply.github.com> Date: Sun, 19 Mar 2023 23:36:04 +0300 Subject: [PATCH] "Blocked by" string is fluent now (#14713) --- Content.Client/Hands/UI/HandVirtualItemStatus.xaml | 2 +- Resources/Locale/en-US/hands/hands-system.ftl | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/Content.Client/Hands/UI/HandVirtualItemStatus.xaml b/Content.Client/Hands/UI/HandVirtualItemStatus.xaml index 02258edd8e..ad40f9617f 100644 --- a/Content.Client/Hands/UI/HandVirtualItemStatus.xaml +++ b/Content.Client/Hands/UI/HandVirtualItemStatus.xaml @@ -1,3 +1,3 @@  - diff --git a/Resources/Locale/en-US/hands/hands-system.ftl b/Resources/Locale/en-US/hands/hands-system.ftl index 3268e5098c..f9372ae779 100644 --- a/Resources/Locale/en-US/hands/hands-system.ftl +++ b/Resources/Locale/en-US/hands/hands-system.ftl @@ -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 -- 2.52.0