You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: AMD Power Gadget/ProcessorModel.swift
+5-5Lines changed: 5 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -59,11 +59,11 @@ class ProcessorModel {
59
59
letlatestMajorVers=["0.7"]
60
60
61
61
if !compatVers.contains(AMDRyzenCPUPowerManagementVersion){
62
-
alertAndQuit(message:"Your AMDRyzenCPUPowerManagement version is outdated and no longer API compatible. Please use the lastest version and start this application again.")
62
+
alertAndQuit(message:"Your AMDRyzenCPUPowerManagement version is outdated and no longer API compatible. Please use the latest version and start this application again.")
63
63
}
64
64
65
65
if !latestMajorVers.contains(AMDRyzenCPUPowerManagementVersion){
66
-
alertDontQuit(message:"There are updates available for AMDRyzenCPUPowerManagement. Please use the lastest version and start this application again.")
66
+
alertDontQuit(message:"There are updates available for AMDRyzenCPUPowerManagement. Update to the latest version for more feature and stability.")
0 commit comments