From a99f875d5acd309c9651015e88c26ff7fc5cafa9 Mon Sep 17 00:00:00 2001
From: client_Zxw <826696702@qq.com>
Date: 星期三, 12 九月 2018 17:53:08 +0800
Subject: [PATCH] 3488 【前端】【1.0.15】【1.1.0】功能预告优化
---
System/MainInterfacePanel/FeaturesType2.cs | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/System/MainInterfacePanel/FeaturesType2.cs b/System/MainInterfacePanel/FeaturesType2.cs
index 995455f..a2812cb 100644
--- a/System/MainInterfacePanel/FeaturesType2.cs
+++ b/System/MainInterfacePanel/FeaturesType2.cs
@@ -38,7 +38,7 @@
return;
}
m_FunctionName.text = functionForecastConfig.FuncName;
- m_FunctionalLevel.text = functionForecastConfig.DisplayLevel.ToString();
+ m_FunctionalLevel.text = functionForecastConfig.DisplayLevel.ToString()+Language.Get("Z1041");
m_FeaturesTypeIcon.SetSprite(functionForecastConfig.FuncIconKey);
if (PlayerDatas.Instance.baseData.LV >= functionForecastConfig.DisplayLevel)
{
--
Gitblit v1.8.0