Browse Source

Fix typo in dosh command's announcer text

feature_improvement
Anton Tarasenko 2 years ago
parent
commit
6431a3f584
  1. 4
      sources/Commands/ACommandNick_Announcer.uc

4
sources/Commands/ACommandNick_Announcer.uc

@ -39,7 +39,7 @@ public final function AnnounceChangedNickname(BaseText newNickname)
changedNickname.toSelfReport = _.text.MakeTemplate_S( changedNickname.toSelfReport = _.text.MakeTemplate_S(
"Your nickname {$TextNeutral changed} to \"%1\""); "Your nickname {$TextNeutral changed} to \"%1\"");
changedNickname.toSelfPublic = _.text.MakeTemplate_S( changedNickname.toSelfPublic = _.text.MakeTemplate_S(
"%%instigator {$TextNeutral changed} their own nickname to" "%%instigator%% {$TextNeutral changed} their own nickname to"
@ "\"%1\""); @ "\"%1\"");
changedNickname.toOtherReport = _.text.MakeTemplate_S( changedNickname.toOtherReport = _.text.MakeTemplate_S(
"Nickname for %%instigator%% {$TextNeutral changed} to" "Nickname for %%instigator%% {$TextNeutral changed} to"
@ -71,7 +71,7 @@ public final function AnnounceChangedAlteredNickname(
"Your nickname was {$TextNeutral changed} to \"%1\", but then" "Your nickname was {$TextNeutral changed} to \"%1\", but then"
@ "got altered by the game into \"%2\""); @ "got altered by the game into \"%2\"");
changedAlteredNickname.toSelfPublic = _.text.MakeTemplate_S( 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\""); @ "\"%1\", but it was altered by the game into \"%2\"");
changedAlteredNickname.toOtherReport = _.text.MakeTemplate_S( changedAlteredNickname.toOtherReport = _.text.MakeTemplate_S(
"Nickname for %%instigator%% was {$TextNeutral changed} to" "Nickname for %%instigator%% was {$TextNeutral changed} to"

Loading…
Cancel
Save