From a01a72c58f9746882cf36f6be66f5ce8531a4fe4 Mon Sep 17 00:00:00 2001 From: MeowZ#WR Date: Wed, 25 Sep 2024 17:52:28 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20DesignPanel.cs?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Glamourer/Gui/Tabs/DesignTab/DesignPanel.cs | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Glamourer/Gui/Tabs/DesignTab/DesignPanel.cs b/Glamourer/Gui/Tabs/DesignTab/DesignPanel.cs index 1290a799..bb58e521 100644 --- a/Glamourer/Gui/Tabs/DesignTab/DesignPanel.cs +++ b/Glamourer/Gui/Tabs/DesignTab/DesignPanel.cs @@ -326,10 +326,10 @@ void ApplyEquip(string label, EquipFlag allFlags, bool stain, IEnumerable MetaLabels = [ - "Apply Wetness", - "Apply Hat Visibility", - "Apply Visor State", - "Apply Weapon Visibility", + "应用湿身", + "应用头部装备可见性", + "应用头部装备状态", + "应用武器可见性", ]; private void DrawMetaApplication()