Fix cuff interruption messages (#25677)

(cherry picked from commit 221719c27da59dbfee8b091b623e9734fcb987c0)
This commit is contained in:
nikthechampiongr 2024-02-28 15:43:44 +02:00 committed by Debug
parent 649511d97b
commit de1b023689
No known key found for this signature in database
GPG Key ID: 271270A74EF9C350
1 changed files with 2 additions and 2 deletions

View File

@ -10,8 +10,8 @@ handcuff-component-cuff-observer-success-message = {$user} restrains {$target}.
handcuff-component-cuff-other-success-message = You successfully restrain {$otherName}.
handcuff-component-cuff-by-other-success-message = You have been restrained by {$otherName}!
handcuff-component-cuff-self-success-message = You restrain yourself.
handcuff-component-cuff-interrupt-message = You were interrupted while unrestraining {$targetName}!
handcuff-component-cuff-interrupt-message = You were interrupted while restraining {$targetName}!
handcuff-component-cuff-interrupt-other-message = You interrupt {$otherName} while they are restraining you!
handcuff-component-cuff-interrupt-self-message = You were interrupted while unrestraining yourself.
handcuff-component-cuff-interrupt-self-message = You were interrupted while restraining yourself.
handcuff-component-cuff-interrupt-buckled-message = You can't buckle while restrained!
handcuff-component-cuff-interrupt-unbuckled-message = You can't unbuckle while restrained!