From 596941a27f203529a1acd911217947f21121d08a Mon Sep 17 00:00:00 2001 From: Harrison Hough Date: Fri, 12 Jan 2024 09:41:57 +0200 Subject: [PATCH] chore: wording update --- Samples~/WebGLSample/Editor/EditorWindows/SampleSetup.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Samples~/WebGLSample/Editor/EditorWindows/SampleSetup.cs b/Samples~/WebGLSample/Editor/EditorWindows/SampleSetup.cs index 507bf306..d386db3e 100644 --- a/Samples~/WebGLSample/Editor/EditorWindows/SampleSetup.cs +++ b/Samples~/WebGLSample/Editor/EditorWindows/SampleSetup.cs @@ -13,7 +13,7 @@ public static class SampleSetup private const string TAG = nameof(SampleSetup); private const string WINDOW_TITLE = "RPM WebGL Sample"; private const string DESCRIPTION = - "This sample includes a WebGL template and a WebGLHelper library that is used for WebGL builds. For these to work they need to be moved into specific directories. Would you like to move them automatically now?"; + "This uses includes a WebGL template and a WebGLHelper library that is used for WebGL builds. For these to work they need to be imported into specific folder locations. Would you like to import them automatically now?"; private const string CONFIRM_BUTTON_TEXT = "Ok"; private const string CANCEL_BUTTON_TEXT = "Cancel";