Skip to content

Commit

Permalink
chore: wording update
Browse files Browse the repository at this point in the history
  • Loading branch information
HarrisonHough committed Jan 12, 2024
1 parent a87027f commit 596941a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Samples~/WebGLSample/Editor/EditorWindows/SampleSetup.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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";

Expand Down

0 comments on commit 596941a

Please sign in to comment.