From 7bbf539f140e04f497b1aa1db48bce836394cad2 Mon Sep 17 00:00:00 2001 From: Sakamoto Shiina <68018796+ShiinaSakamoto@users.noreply.github.com> Date: Tue, 24 Oct 2023 09:43:04 +0900 Subject: [PATCH] =?UTF-8?q?[bugfix]=20Word=20filter=E3=81=A7=E6=A4=9C?= =?UTF-8?q?=E5=87=BA=E3=81=95=E3=82=8C=E3=81=9F=E9=9A=9B=E3=81=AB=E3=80=81?= =?UTF-8?q?=E3=83=86=E3=82=AD=E3=82=B9=E3=83=88=E3=83=9C=E3=83=83=E3=82=AF?= =?UTF-8?q?=E3=82=B9=E3=81=AB=E3=83=AD=E3=82=B0=E3=81=8C=E9=80=81=E4=BF=A1?= =?UTF-8?q?=E3=81=95=E3=82=8C=E3=81=AA=E3=81=84=E3=83=90=E3=82=B0=E3=82=92?= =?UTF-8?q?=E4=BF=AE=E6=AD=A3=E3=80=82i18n=E3=81=AE=E6=8C=87=E5=AE=9A?= =?UTF-8?q?=E3=81=AE=E4=BB=95=E6=96=B9=E3=81=8C=E6=82=AA=E3=81=8B=E3=81=A3?= =?UTF-8?q?=E3=81=9F=E3=81=BF=E3=81=9F=E3=81=84=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- view.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/view.py b/view.py index 40cc0cb9..6a5ff860 100644 --- a/view.py +++ b/view.py @@ -1031,7 +1031,7 @@ class View(): # self._printToTextbox_Info("OSC is not enabled, please enable OSC and rejoin. or turn off the \"Send Message To VRChat\" setting") def printToTextbox_DetectedByWordFilter(self, detected_message): - self._printToTextbox_Info(i18n.t("main_window.textbox_system_message.detected_by_word_filter"), detected_message=detected_message) + self._printToTextbox_Info(i18n.t("main_window.textbox_system_message.detected_by_word_filter", detected_message=detected_message))