Skip to content

Commit c5996be

Browse files
committed
more text fixes
1 parent bfcfb17 commit c5996be

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

AMD Power Gadget/ProcessorModel.swift

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -59,11 +59,11 @@ class ProcessorModel {
5959
let latestMajorVers = ["0.7"]
6060

6161
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.")
6363
}
6464

6565
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.")
6767
}
6868

6969
loadCPUID()
@@ -122,10 +122,10 @@ class ProcessorModel {
122122

123123
func alertDontQuit(message : String){
124124
let alert = NSAlert()
125-
alert.messageText = "Update Available"
125+
alert.messageText = "Kext Update Available"
126126
alert.informativeText = message
127-
alert.alertStyle = .critical
128-
alert.addButton(withTitle: "Done")
127+
alert.alertStyle = .warning
128+
alert.addButton(withTitle: "Later")
129129
alert.addButton(withTitle: "Download")
130130
let res = alert.runModal()
131131

SMCAMDProcessor.xcodeproj/xcuserdata/qihaoyan.xcuserdatad/xcschemes/xcschememanagement.plist

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<key>AMD Power Gadget.xcscheme_^#shared#^_</key>
88
<dict>
99
<key>orderHint</key>
10-
<integer>1</integer>
10+
<integer>2</integer>
1111
</dict>
1212
<key>AMDRyzenCPUPowerManagement.xcscheme_^#shared#^_</key>
1313
<dict>
@@ -17,7 +17,7 @@
1717
<key>SMCAMDProcessor.xcscheme_^#shared#^_</key>
1818
<dict>
1919
<key>orderHint</key>
20-
<integer>2</integer>
20+
<integer>1</integer>
2121
</dict>
2222
</dict>
2323
<key>SuppressBuildableAutocreation</key>

0 commit comments

Comments
 (0)