From 78890e9c30eabb6b8279f739de0ec35c5190fff9 Mon Sep 17 00:00:00 2001 From: baldurk Date: Thu, 14 Dec 2017 14:50:35 +0000 Subject: [PATCH] Tweak emphasis in vulkan layer patching message, to focus on Vulkan req. --- qrenderdoc/Windows/Dialogs/CaptureDialog.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qrenderdoc/Windows/Dialogs/CaptureDialog.cpp b/qrenderdoc/Windows/Dialogs/CaptureDialog.cpp index f19ab6b53..b777aa601 100644 --- a/qrenderdoc/Windows/Dialogs/CaptureDialog.cpp +++ b/qrenderdoc/Windows/Dialogs/CaptureDialog.cpp @@ -578,7 +578,7 @@ void CaptureDialog::androidWarn_mouseClick() tr("To fix this, you should repackage the APK following guidelines on the " "" "RenderDoc Wiki

" - "If you are only targeting Vulkan, RenderDoc can try to add the layer for you, " + "If you are only targeting Vulkan, RenderDoc can try to add the layer for you, " "which requires pulling the APK, patching it, uninstalling the original, and " "installing the modified version with a debug key. " "This works for many debuggable applications, but not all, especially those that "