【日常副本】“今日剩余次数”修改为“今日剩余免费次数”
parent
a4727e6de7
commit
7aefe7f4db
|
@ -342,7 +342,7 @@ function this.SetTimeTip()
|
||||||
freeTime=PrivilegeManager.GetPrivilegeRemainValue(freeTimeId) --免费次数
|
freeTime=PrivilegeManager.GetPrivilegeRemainValue(freeTimeId) --免费次数
|
||||||
local str=""
|
local str=""
|
||||||
if freeTime>0 then
|
if freeTime>0 then
|
||||||
str=string.format(Language[10299],tostring(freeTime))
|
str=string.format("今日剩余免费次数:%s",tostring(freeTime))
|
||||||
else
|
else
|
||||||
str=string.format(Language[10300],tostring(buyTime))
|
str=string.format(Language[10300],tostring(buyTime))
|
||||||
end
|
end
|
||||||
|
|
Loading…
Reference in New Issue