Skip to content

Commit

Permalink
Minor changes, preparing release
Browse files Browse the repository at this point in the history
Minor string changes, reflecting the somewhat extended scope of the
program
  • Loading branch information
xdanieldzd committed Mar 21, 2015
1 parent 8f6c331 commit 5c6eb89
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Tharsis/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ static void Main(string[] args)
Console.Title = Path.GetFileName(ApplicationPath);

StringBuilder headerString = new StringBuilder();
headerString.AppendFormat("Tharsis {0}.{1} - Etrian Odyssey IV File Converter\n", ApplicationVersion.Major, ApplicationVersion.Minor);
headerString.AppendFormat("Tharsis {0}.{1} - Generic Game File Converter\n", ApplicationVersion.Major, ApplicationVersion.Minor);
headerString.Append("Written 2014 by xdaniel - http://magicstone.de/dzd/\n");
headerString.Append("ETC1 support based on rg_etc1 by Rich Geldreich");

Expand Down
4 changes: 2 additions & 2 deletions Tharsis/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@
// Attribute gesteuert. Ändern Sie diese Attributwerte, um die Informationen zu ändern,
// die mit einer Assembly verknüpft sind.
[assembly: AssemblyTitle("Tharsis")]
[assembly: AssemblyDescription("Generic Etrian Odyssey 4 Tool")]
[assembly: AssemblyDescription("Generic game file format converter")]
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("")]
[assembly: AssemblyProduct("Tharsis")]
[assembly: AssemblyCopyright("Written 2014 by xdaniel")]
[assembly: AssemblyCopyright("Written 2014/2015 by xdaniel")]
[assembly: AssemblyTrademark("")]
[assembly: AssemblyCulture("")]

Expand Down

0 comments on commit 5c6eb89

Please sign in to comment.