From e02372bba9559d638ac2e63fad442975ee71c44b Mon Sep 17 00:00:00 2001 From: Jesse Plamondon-Willard Date: Sat, 31 Aug 2019 16:46:17 -0400 Subject: fix log parser changes --- src/SMAPI.Web/Controllers/LogParserController.cs | 2 +- src/SMAPI.Web/Views/LogParser/Index.cshtml | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) (limited to 'src') diff --git a/src/SMAPI.Web/Controllers/LogParserController.cs b/src/SMAPI.Web/Controllers/LogParserController.cs index 2a071b6c..f7f19cd8 100644 --- a/src/SMAPI.Web/Controllers/LogParserController.cs +++ b/src/SMAPI.Web/Controllers/LogParserController.cs @@ -110,7 +110,7 @@ namespace StardewModdingAPI.Web.Controllers return response; } - /// Construct an instance. + /// Build a log parser model. /// The paste ID. /// An error which occurred while uploading the log to Pastebin. private LogParserModel GetModel(string pasteID, string uploadError = null) diff --git a/src/SMAPI.Web/Views/LogParser/Index.cshtml b/src/SMAPI.Web/Views/LogParser/Index.cshtml index 9a06d85a..f98ffdf9 100644 --- a/src/SMAPI.Web/Views/LogParser/Index.cshtml +++ b/src/SMAPI.Web/Views/LogParser/Index.cshtml @@ -76,7 +76,7 @@ else if (Model.ParsedLog?.IsValid == true) } -
+
On Android:
  1. Open a file app (like My Files or MT Manager).
  2. @@ -85,7 +85,7 @@ else if (Model.ParsedLog?.IsValid == true)
  3. The log file is SMAPI-crash.txt if it exists, otherwise SMAPI-latest.txt.
-
+
On Linux:
  1. Open the Files app.
  2. @@ -95,7 +95,7 @@ else if (Model.ParsedLog?.IsValid == true)
  3. The log file is SMAPI-crash.txt if it exists, otherwise SMAPI-latest.txt.
-
+
On Mac:
  1. Open the Finder app.
  2. @@ -104,7 +104,7 @@ else if (Model.ParsedLog?.IsValid == true)
  3. The log file is SMAPI-crash.txt if it exists, otherwise SMAPI-latest.txt.
-
+
On Windows:
  1. Press the Windows and R buttons at the same time.
  2. -- cgit