Skip to content

Commit

Permalink
Merge pull request #1213 from mich3lam/patch-3
Browse files Browse the repository at this point in the history
Update Settings.cs
  • Loading branch information
Yamashi authored Jul 28, 2016
2 parents aaf8244 + 8d4c11a commit acd0638
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion PoGo.NecroBot.Logic/Settings.cs
Original file line number Diff line number Diff line change
Expand Up @@ -284,7 +284,7 @@ public static GlobalSettings Load(string path)
{
double retVal = 0;

Console.WriteLine("Set the default {0}? (y/n)", latLong);
Console.WriteLine("Choose your own {0}? (y/n)", latLong);
var setLat = Console.ReadLine();

if (setLat.ToUpper() == "Y")
Expand Down

0 comments on commit acd0638

Please sign in to comment.