Skip to content

Commit 9071980

Browse files
committed
Better overall data warning for new users.
The localized string for the overall data was been updated: STRING_TUTORIAL_OVERALL1 Need to be translated to all languages except english.
1 parent 85c23d9 commit 9071980

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/control.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1705,7 +1705,7 @@
17051705
if (instancia.rows_showing == 0 and instancia:GetSegment() == -1) then -- -1 overall data
17061706
if (not instancia:IsShowingOverallDataWarning()) then
17071707
local tutorial = _detalhes:GetTutorialCVar ("OVERALLDATA_WARNING1") or 0
1708-
if ((type (tutorial) == "number") and (tutorial < 6)) then
1708+
if ((type (tutorial) == "number") and (tutorial < 60)) then
17091709
_detalhes:SetTutorialCVar ("OVERALLDATA_WARNING1", tutorial + 1)
17101710
instancia:ShowOverallDataWarning (true)
17111711
end

0 commit comments

Comments
 (0)