From fee846ea50c24c7ccaaca431070dccd1c70ffa54 Mon Sep 17 00:00:00 2001 From: Jordan Wiens Date: Sat, 9 Nov 2024 10:46:47 -0500 Subject: fix DSC first-popup dialog --- view/sharedcache/ui/dsctriage.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'view/sharedcache/ui/dsctriage.cpp') 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.

} 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; } -- cgit v1.3.1