From 5b333e78c84506bf2c4dc6501ff89987b125b470 Mon Sep 17 00:00:00 2001 From: Vortrex <3858226+VortrexFTW@users.noreply.github.com> Date: Thu, 20 Jan 2022 03:18:25 -0600 Subject: [PATCH] Fix a couple locale strings --- locale/english.json | 2 +- locale/russian.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/locale/english.json b/locale/english.json index f7a50171..23221f38 100644 --- a/locale/english.json +++ b/locale/english.json @@ -15,7 +15,7 @@ "HelpRadioHeader": "Radio Help", "HelpAnimationHeader": "Animation Help", "AccentNotFound": "Accent not found", - "AccentSet": "You set your accent to {ALTCOLOUR}{1}", + "AccentSet": "You set your accent to {1}", "AnimationNotFound": "That animation doesn't exist", "AnimationCommandTip": "Use {1} to see a list of valid animations", "AnimationInvalidDistance": "The distance must be between 0 and 3", diff --git a/locale/russian.json b/locale/russian.json index 698af341..865f8746 100644 --- a/locale/russian.json +++ b/locale/russian.json @@ -15,7 +15,7 @@ "HelpRadioHeader": "Помощь Радио", "HelpAnimationHeader": "Помощь Анимация", "AccentNotFound": "Не удалось найти акцент", - "AccentSet": "Вы установили свой акцент на {ALTCOLOUR}{1}", + "AccentSet": "Вы установили свой акцент на {1}", "AnimationNotFound": "Такой анимации не существует", "AnimationCommandTip": "Используйте {1} чтобы просмотреть список доступных анимаций", "AnimationInvalidDistance": "Дистанция должна быть между 0 и 3",