Skip to content

Commit

Permalink
Rename
Browse files Browse the repository at this point in the history
  • Loading branch information
MaciejWanat committed Jul 18, 2018
1 parent f05f59f commit b24a5c9
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions darkest-dungeon-savegame/darkest-dungeon-savegame/mainForm.cs
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ private void MainForm_Load(object sender, EventArgs e)
if (!File.Exists(Config.ConfigString))
{
//Create blank config file
Output_lb.Text = "Creating new config. Please set Darkest Dungeon directory with SaveGames (262060).";
Output_lb.Text = "Creating new config. Please set Darkest Dungeon directory with SaveGames.";
dynamic json = JsonConvert.DeserializeObject("{}");

json.LoadString = "None";
Expand Down Expand Up @@ -212,7 +212,7 @@ private void howToFindSavesPathToolStripMenuItem_Click(object sender, EventArgs

private void aboutToolStripMenuItem_Click(object sender, EventArgs e)
{
DialogResult prompt = MessageBox.Show("This is the application for managing savegames of the Darkest Dungeon game.\n" +
DialogResult prompt = MessageBox.Show("Darkest Dungeon Savior is the application for managing savegames of the Darkest Dungeon game.\n" +
"Interface:\n\n" +
"- Save savegame copy: Make local copy of DD saves at selected slot\n" +
"- Load savegame copy: Load local copy from selected slot to DD saves\n" +
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.27703.2042
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "darkest-dungeon-savegame", "darkest-dungeon-savegame\darkest-dungeon-savegame.csproj", "{2F1F2E02-6956-4B95-943A-621CE3E1F45D}"
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "darkest-dungeon-savior", "darkest-dungeon-savegame\darkest-dungeon-savior.csproj", "{2F1F2E02-6956-4B95-943A-621CE3E1F45D}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Expand Down

0 comments on commit b24a5c9

Please sign in to comment.