diff options
| author | Jordan Wiens <jordan@psifertex.com> | 2024-11-09 10:46:47 -0500 |
|---|---|---|
| committer | Jordan Wiens <jordan@psifertex.com> | 2024-11-09 10:46:47 -0500 |
| commit | fee846ea50c24c7ccaaca431070dccd1c70ffa54 (patch) | |
| tree | 4d9f08173f43737857c1cf6ceef929970fd35f8d /view/sharedcache | |
| parent | 921569f7ea03e83f01c233289833b84daf0cddbf (diff) | |
fix DSC first-popup dialog
Diffstat (limited to 'view/sharedcache')
| -rw-r--r-- | view/sharedcache/ui/dsctriage.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/view/sharedcache/ui/dsctriage.cpp b/view/sharedcache/ui/dsctriage.cpp index 0b36b003..4167569a 100644 --- a/view/sharedcache/ui/dsctriage.cpp +++ b/view/sharedcache/ui/dsctriage.cpp @@ -854,7 +854,7 @@ to make it available for users to experiment with as soon as possible. </p> } if (!(settings.contains(QSETTINGS_KEY_ALPHA_POPUP_SEEN) && settings.value(QSETTINGS_KEY_ALPHA_POPUP_SEEN).toBool())) { - LogAlert("dyld_shared_cache support is highly experimental! We do not expect it to work on all versions yet! See the 'alpha' tab in the Triage view for more information. "); + LogAlert("dyld_shared_cache support is highly experimental! We do not expect it to work on all versions yet! See the 'Shared Cache Alpha' tab in the DSCTriage view for more information. "); settings.setValue(QSETTINGS_KEY_ALPHA_POPUP_SEEN, true); defaultWidget = tb; } |
