Skip to content

Commit

Permalink
fixed wording
Browse files Browse the repository at this point in the history
  • Loading branch information
josemoliver committed Aug 22, 2019
1 parent 61fc349 commit ca596a0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions WeatherTag/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,11 @@ static void Main(string[] args)

if (ExiftoolVersion!=0)
{
Console.WriteLine("Exifool version " + ExiftoolVersion);
Console.WriteLine("Exiftool version " + ExiftoolVersion);
}
else
{
Console.WriteLine("Exifool not found! WeatherTag needs exiftool in order to work properly.");
Console.WriteLine("Exiftool not found! WeatherTag needs exiftool in order to work properly.");
Environment.Exit(0);
}

Expand Down Expand Up @@ -138,7 +138,7 @@ static void Main(string[] args)
}
catch
{
Console.WriteLine(WeatherHistoryFile +" not found.");
Console.WriteLine(WeatherHistoryFile +" not found or unable to open.");
Environment.Exit(0);
}

Expand Down

0 comments on commit ca596a0

Please sign in to comment.