summaryrefslogtreecommitdiff
path: root/src/SMAPI.Installer/InteractiveInstaller.cs
diff options
context:
space:
mode:
authorJesse Plamondon-Willard <github@jplamondonw.com>2018-08-12 00:51:27 -0400
committerJesse Plamondon-Willard <github@jplamondonw.com>2018-08-12 00:51:27 -0400
commit13f9a4d8d2155463f9ceaa41dd15d4526927476e (patch)
tree24c2d4bdf38641f70c8edd4ead53f29b0c441888 /src/SMAPI.Installer/InteractiveInstaller.cs
parenta6f6b9cad7a83e19b84ef2b5b2c7c9ae54227de4 (diff)
downloadSMAPI-13f9a4d8d2155463f9ceaa41dd15d4526927476e.tar.gz
SMAPI-13f9a4d8d2155463f9ceaa41dd15d4526927476e.tar.bz2
SMAPI-13f9a4d8d2155463f9ceaa41dd15d4526927476e.zip
fix redundant text (#554)
Diffstat (limited to 'src/SMAPI.Installer/InteractiveInstaller.cs')
-rw-r--r--src/SMAPI.Installer/InteractiveInstaller.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/SMAPI.Installer/InteractiveInstaller.cs b/src/SMAPI.Installer/InteractiveInstaller.cs
index bb953865..0aac1da2 100644
--- a/src/SMAPI.Installer/InteractiveInstaller.cs
+++ b/src/SMAPI.Installer/InteractiveInstaller.cs
@@ -379,7 +379,7 @@ namespace StardewModdingApi.Installer
this.PrintInfo("[2] Uninstall SMAPI.");
Console.WriteLine();
- string choice = this.InteractivelyChoose("What do you want to do? Type 1 or 2, then press enter.", new[] { "1", "2" });
+ string choice = this.InteractivelyChoose("Type 1 or 2, then press enter.", new[] { "1", "2" });
switch (choice)
{
case "1":