From 6431a3f584af8b85630732ecc5b82127ba8e5291 Mon Sep 17 00:00:00 2001 From: Anton Tarasenko Date: Fri, 1 Jul 2022 04:53:19 +0700 Subject: [PATCH] Fix typo in dosh command's announcer text --- sources/Commands/ACommandNick_Announcer.uc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sources/Commands/ACommandNick_Announcer.uc b/sources/Commands/ACommandNick_Announcer.uc index 64f2092..01de56f 100644 --- a/sources/Commands/ACommandNick_Announcer.uc +++ b/sources/Commands/ACommandNick_Announcer.uc @@ -39,7 +39,7 @@ public final function AnnounceChangedNickname(BaseText newNickname) changedNickname.toSelfReport = _.text.MakeTemplate_S( "Your nickname {$TextNeutral changed} to \"%1\""); changedNickname.toSelfPublic = _.text.MakeTemplate_S( - "%%instigator {$TextNeutral changed} their own nickname to" + "%%instigator%% {$TextNeutral changed} their own nickname to" @ "\"%1\""); changedNickname.toOtherReport = _.text.MakeTemplate_S( "Nickname for %%instigator%% {$TextNeutral changed} to" @@ -71,7 +71,7 @@ public final function AnnounceChangedAlteredNickname( "Your nickname was {$TextNeutral changed} to \"%1\", but then" @ "got altered by the game into \"%2\""); changedAlteredNickname.toSelfPublic = _.text.MakeTemplate_S( - "%%instigator has {$TextNeutral changed} their own nickname to" + "%%instigator%% has {$TextNeutral changed} their own nickname to" @ "\"%1\", but it was altered by the game into \"%2\""); changedAlteredNickname.toOtherReport = _.text.MakeTemplate_S( "Nickname for %%instigator%% was {$TextNeutral changed} to"