]> git.smokeofanarchy.ru Git - space-station-14.git/commitdiff
Fix "other player points at you" message formatting (#36253)
authorTayrtahn <tayrtahn@gmail.com>
Wed, 2 Apr 2025 05:40:49 +0000 (01:40 -0400)
committerGitHub <noreply@github.com>
Wed, 2 Apr 2025 05:40:49 +0000 (22:40 -0700)
Fix "other player points at you" message's Fluent functions

Resources/Locale/en-US/entity-systems/pointing/pointing-system.ftl

index 29f0fa27e256937d0cdb234eacf00695ea8ddfc4..be7b6196b247e5b8c24cd6e6cbfc8ac4639d82e9 100644 (file)
@@ -5,6 +5,6 @@ pointing-system-point-at-self = You point at yourself.
 pointing-system-point-at-other = You point at {THE($other)}.
 pointing-system-point-at-self-others = {CAPITALIZE(THE($otherName))} points at {REFLEXIVE($other)}.
 pointing-system-point-at-other-others = {CAPITALIZE(THE($otherName))} points at {THE($other)}.
-pointing-system-point-at-you-other = {$otherName} points at you.
+pointing-system-point-at-you-other = {CAPITALIZE(THE($otherName))} points at you.
 pointing-system-point-at-tile = You point at the {$tileName}.
 pointing-system-other-point-at-tile = {CAPITALIZE(THE($otherName))} points at the {$tileName}.