diff options
author | Jesse Plamondon-Willard <github@jplamondonw.com> | 2018-10-20 15:14:26 -0400 |
---|---|---|
committer | Jesse Plamondon-Willard <github@jplamondonw.com> | 2018-10-20 15:14:26 -0400 |
commit | 9af8cb86f1c2b37d6b5f95f1ab2acf6a7f757aa0 (patch) | |
tree | 8f24e3a2131a287b0ff9951eea2280c6c6a969a5 /src/SMAPI.Web | |
parent | dff78fdf8f98a0f9581b56357107bb6680da62d8 (diff) | |
download | SMAPI-9af8cb86f1c2b37d6b5f95f1ab2acf6a7f757aa0.tar.gz SMAPI-9af8cb86f1c2b37d6b5f95f1ab2acf6a7f757aa0.tar.bz2 SMAPI-9af8cb86f1c2b37d6b5f95f1ab2acf6a7f757aa0.zip |
correct instructions on log parser page
Diffstat (limited to 'src/SMAPI.Web')
-rw-r--r-- | src/SMAPI.Web/Views/LogParser/Index.cshtml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/SMAPI.Web/Views/LogParser/Index.cshtml b/src/SMAPI.Web/Views/LogParser/Index.cshtml index 1bd5558a..ce495477 100644 --- a/src/SMAPI.Web/Views/LogParser/Index.cshtml +++ b/src/SMAPI.Web/Views/LogParser/Index.cshtml @@ -84,7 +84,7 @@ else if (Model.ParsedLog?.IsValid == true) On Mac: <ol> <li>Open the Finder app.</li> - <li>Click <em>Go</em> at the top, then <em>Enter Location</em>.</li> + <li>Click <em>Go</em> at the top, then <em>Go to Folder</em>.</li> <li>Enter this exact text: <pre>~/.config/StardewValley/ErrorLogs</pre></li> <li>The log file is <code>SMAPI-crash.txt</code> if it exists, otherwise <code>SMAPI-latest.txt</code>.</li> </ol> |