@@ -514,7 +514,7 @@ private struct FanControlConflictNotice: View {
514514 . foregroundStyle ( . secondary)
515515 . fixedSize ( horizontal: false , vertical: true )
516516 }
517- Text ( " Reset to System Auto before trusting any new RPM target from Core Monitor. " )
517+ Text ( " Reset to System Auto before trusting a new RPM target from Core- Monitor. " )
518518 . font ( . system( size: 11 , weight: . medium) )
519519 . foregroundStyle ( . secondary)
520520 }
@@ -678,7 +678,7 @@ private struct FanControlPanel: View {
678678 . buttonStyle ( SoftPressButtonStyle ( ) )
679679 . disabled ( fanController. isCalibrating)
680680
681- if !fanController. calibrationStatus. isEmpty, fanController. calibrationStatus != " No fan probe run yet ." {
681+ if !fanController. calibrationStatus. isEmpty, fanController. calibrationStatus != " Fan key scan has not been run ." {
682682 Text ( fanController. calibrationStatus)
683683 . font ( . system( size: 11 , weight: . medium) )
684684 . foregroundStyle ( . secondary)
@@ -1137,7 +1137,7 @@ private struct DetailPane: View {
11371137 . clipShape ( RoundedRectangle ( cornerRadius: 8 , style: . continuous) )
11381138 VStack ( alignment: . leading, spacing: 3 ) {
11391139 Text ( " Launch at Login " ) . font ( . system( size: 13 , weight: . semibold) )
1140- Text ( startupManager. isEnabled ? " Starts automatically with macOS " : " Start manually from Applications" )
1140+ Text ( startupManager. isEnabled ? " Opens automatically when you sign in " : " Open it manually from Applications" )
11411141 . font ( . system( size: 11 ) ) . foregroundStyle ( . secondary)
11421142 }
11431143 Spacer ( )
@@ -1152,7 +1152,7 @@ private struct DetailPane: View {
11521152 Image ( systemName: " exclamationmark.triangle.fill " ) . foregroundStyle ( . orange)
11531153 VStack ( alignment: . leading, spacing: 3 ) {
11541154 Text ( msg) . font ( . system( size: 11 ) ) . foregroundStyle ( . orange)
1155- Text ( " Open System Settings → General → Login Items to approve . " )
1155+ Text ( " Open System Settings > General > Login Items to allow Core-Monitor . " )
11561156 . font ( . system( size: 10 ) ) . foregroundStyle ( . secondary)
11571157 }
11581158 }
@@ -1251,7 +1251,7 @@ private struct AboutDetailsPanel: View {
12511251 VStack ( alignment: . leading, spacing: 4 ) {
12521252 Text ( " App details " )
12531253 . font ( . system( size: 18 , weight: . bold) )
1254- Text ( " Version, identity and global surface appearance. " )
1254+ Text ( " Version, bundle ID, and appearance. " )
12551255 . font ( . system( size: 12 , weight: . medium) )
12561256 . foregroundStyle ( . secondary)
12571257 }
@@ -1267,7 +1267,7 @@ private struct AboutDetailsPanel: View {
12671267
12681268 VStack ( alignment: . leading, spacing: 8 ) {
12691269 HStack {
1270- Label ( " Global Transparency " , systemImage: " circle.lefthalf.filled " )
1270+ Label ( " Interface Opacity " , systemImage: " circle.lefthalf.filled " )
12711271 . font ( . system( size: 12 , weight: . semibold) )
12721272 Spacer ( )
12731273 Text ( " \( Int ( ( appearanceSettings. surfaceOpacity * 100 ) . rounded ( ) ) ) % " )
@@ -1276,13 +1276,13 @@ private struct AboutDetailsPanel: View {
12761276 }
12771277 Slider ( value: $appearanceSettings. surfaceOpacity, in: 0.0 ... 1.0 , step: 0.01 )
12781278 . tint ( Color . bdAccent)
1279- Text ( " Changes dashboard and card translucency across the app ." )
1279+ Text ( " Adjusts dashboard and card translucency." )
12801280 . font ( . system( size: 11 , weight: . medium) )
12811281 . foregroundStyle ( . secondary)
12821282 }
12831283
12841284 HStack ( spacing: 10 ) {
1285- aboutPill ( " Core Monitor " )
1285+ aboutPill ( " Core- Monitor " )
12861286 aboutPill ( " macOS Dashboard " )
12871287 aboutPill ( " Build \( AppVersion . current) " )
12881288 }
@@ -1653,7 +1653,7 @@ private struct TouchBarCustomizationPanel: View {
16531653 }
16541654 . pickerStyle ( . segmented)
16551655
1656- Text ( " Weather uses Apple WeatherKit. Allow location access for Core Monitor so the live weather widget can show accurate conditions and rain timing ." )
1656+ Text ( " The weather item uses Apple WeatherKit and location access. Remove it if you do not want local weather in the Touch Bar ." )
16571657 . font ( . system( size: 11 , weight: . medium) )
16581658 . foregroundStyle ( . secondary)
16591659
@@ -1788,7 +1788,7 @@ private struct TouchBarCustomizationPanel: View {
17881788 weatherAttributionError = nil
17891789 } catch {
17901790 weatherAttribution = nil
1791- weatherAttributionError = " Weather attribution is unavailable until WeatherKit is enabled for the signed app . "
1791+ weatherAttributionError = " Weather attribution is available in signed builds with WeatherKit enabled . "
17921792 }
17931793 }
17941794 }
@@ -1814,9 +1814,9 @@ private struct BetterDisplayInspiredHero: View {
18141814 . frame ( height: 360 )
18151815
18161816 VStack ( spacing: 6 ) {
1817- Text ( " Core Monitor " )
1817+ Text ( " Core- Monitor " )
18181818 . font ( . system( size: 22 , weight: . bold) )
1819- Text ( " Thermals, fans and live hardware telemetry . " )
1819+ Text ( " Thermals, fans, and system readings . " )
18201820 . font ( . system( size: 12 , weight: . medium) )
18211821 . foregroundStyle ( . secondary)
18221822 }
@@ -1885,7 +1885,7 @@ struct BasicModeView: View {
18851885
18861886 private var basicHeader : some View {
18871887 HStack {
1888- Label ( " Core Monitor " , systemImage: " fanblades.fill " )
1888+ Label ( " Core- Monitor " , systemImage: " fanblades.fill " )
18891889 . font ( . system( size: 12 , weight: . bold) ) . foregroundStyle ( . primary)
18901890 Spacer ( )
18911891 Button { withAnimation ( . spring( duration: 0.2 ) ) { modeState. isBasicMode = false } } label: {
@@ -1966,7 +1966,7 @@ struct BasicModeView: View {
19661966 private var basicFooter : some View {
19671967 HStack {
19681968 Circle ( ) . fill ( systemMonitor. hasSMCAccess ? Color . green : . secondary) . frame ( width: 5 , height: 5 )
1969- Text ( systemMonitor. hasSMCAccess ? " SMC OK " : " No SMC" ) . font ( . system( size: 9 ) ) . foregroundStyle ( . secondary)
1969+ Text ( systemMonitor. hasSMCAccess ? " SMC Ready " : " SMC Unavailable " ) . font ( . system( size: 9 ) ) . foregroundStyle ( . secondary)
19701970 Spacer ( )
19711971 } . padding ( . horizontal, 16 ) . padding ( . vertical, 8 )
19721972 }
0 commit comments