【日常副本】“今日剩余次数”修改为“今日剩余免费次数”

dev_chengFeng
zhangqiang 2021-04-20 11:19:17 +08:00
parent a4727e6de7
commit 7aefe7f4db
1 changed files with 1 additions and 1 deletions

View File

@ -342,7 +342,7 @@ function this.SetTimeTip()
freeTime=PrivilegeManager.GetPrivilegeRemainValue(freeTimeId) --免费次数
local str=""
if freeTime>0 then
str=string.format(Language[10299],tostring(freeTime))
str=string.format("今日剩余免费次数:%s",tostring(freeTime))
else
str=string.format(Language[10300],tostring(buyTime))
end