From f1252f7c416fc08c6a1040c308cccf666eb46075 Mon Sep 17 00:00:00 2001 From: Swept Date: Sun, 26 Sep 2021 23:03:10 -0700 Subject: [PATCH] Fixes pointing localization (#4702) --- .../en-US/entity-systems/pointing/pointing-system.ftl | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Resources/Locale/en-US/entity-systems/pointing/pointing-system.ftl b/Resources/Locale/en-US/entity-systems/pointing/pointing-system.ftl index 73c22d9d37..6031b8ba91 100644 --- a/Resources/Locale/en-US/entity-systems/pointing/pointing-system.ftl +++ b/Resources/Locale/en-US/entity-systems/pointing/pointing-system.ftl @@ -3,8 +3,8 @@ pointing-system-try-point-cannot-reach = You can't reach there! pointing-system-point-at-self = You point at yourself. pointing-system-point-at-other = You point at {$other}. -pointing-system-point-at-self-others = {$otherName} points at {$other}}. -pointing-system-point-at-other-others = {$otherName} points at {$other}}. -pointing-system-point-at-other-others = {$otherName} points at {$other}}. +pointing-system-point-at-self-others = {$otherName} points at {$other}. +pointing-system-point-at-other-others = {$otherName} points at {$other}. pointing-system-point-at-you-other = {$otherName} points at you. -pointing-system-other-point-at-tile = {$otherName} points at {$tileName} \ No newline at end of file +pointing-system-point-at-tile = You point at the {$tileName}. +pointing-system-other-point-at-tile = {$otherName} points at the {$tileName}.