From 5a366286bda43931ae1ce6f7fa84efee3a79e5ea Mon Sep 17 00:00:00 2001 From: monitor1394 Date: Fri, 27 Sep 2019 19:01:31 +0800 Subject: [PATCH] =?UTF-8?q?=E9=87=8D=E5=91=BD=E5=90=8DBase=E4=B8=BASetting?= =?UTF-8?q?s?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Scripts/Editor/BaseChartEditor.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Scripts/Editor/BaseChartEditor.cs b/Scripts/Editor/BaseChartEditor.cs index 5fea72be..371df737 100644 --- a/Scripts/Editor/BaseChartEditor.cs +++ b/Scripts/Editor/BaseChartEditor.cs @@ -87,7 +87,7 @@ namespace XCharts { EditorGUILayout.PropertyField(m_Series, true); m_BaseModuleToggle = EditorGUILayout.Foldout(m_BaseModuleToggle, - new GUIContent("Base", "基础配置"), + new GUIContent("Settings", "基础配置"), ChartEditorHelper.foldoutStyle); if (m_BaseModuleToggle) {