Skip to content

Commit 7a72c47

Browse files
committed
Rephrase the tooltip over addons to avoid confusion
1 parent b2c8b15 commit 7a72c47

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

AddonProfiler.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1902,7 +1902,7 @@ function NAP:InitUI()
19021902
GameTooltip:AddDoubleLine("Peak CPU time:", TIME_FORMAT(data.peakTime), 1, 0.92, 0, 1, 1, 1)
19031903
GameTooltip:AddDoubleLine("Average CPU time per frame:", TIME_FORMAT(data.averageMs), 1, 0.92, 0, 1, 1, 1)
19041904
GameTooltip:AddDoubleLine("Total CPU time:", TIME_FORMAT(data.totalMs), 1, 0.92, 0, 1, 1, 1)
1905-
GameTooltip:AddDoubleLine("Number of frames:", RAW_FORMAT(data.numberOfTicks), 1, 0.92, 0, 1, 1, 1)
1905+
GameTooltip:AddDoubleLine("Frames elapsed:", RAW_FORMAT(data.numberOfTicks), 1, 0.92, 0, 1, 1, 1)
19061906
GameTooltip:AddDoubleLine("Memory Usage:", MEMORY_FORMAT(data.memoryUsage), 1, 0.92, 0, 1, 1, 1)
19071907
GameTooltip:AddLine("|cnNORMAL_FONT_COLOR:Note:|r Memory usage is updated only when opening the UI.", 1, 1, 1, true)
19081908

0 commit comments

Comments
 (0)