This commit is contained in:
pointfeev 2021-11-12 15:19:46 -05:00
parent b7d83eea2c
commit 712c33adf1
No known key found for this signature in database
GPG key ID: AA14DC36C4D7D13C
2 changed files with 2 additions and 2 deletions

View file

@ -6,7 +6,7 @@
<UseWindowsForms>true</UseWindowsForms>
<ApplicationIcon>ini.ico</ApplicationIcon>
<IncludeAllContentForSelfExtract>true</IncludeAllContentForSelfExtract>
<Version>2.0.2.0</Version>
<Version>2.0.2.1</Version>
<PackageIcon>ini.ico</PackageIcon>
<PackageIconUrl />
<Description>Automatically generates and installs CreamAPI files for Steam games on the user's computer. It can also generate and install CreamAPI for the Paradox Launcher should the user select a Paradox Interactive game.</Description>

View file

@ -53,7 +53,7 @@ namespace CreamInstaller
this.acceptButton.Name = "acceptButton";
this.acceptButton.Size = new System.Drawing.Size(150, 23);
this.acceptButton.TabIndex = 102;
this.acceptButton.Text = "Download and Install";
this.acceptButton.Text = "Generate and Install";
this.acceptButton.UseVisualStyleBackColor = true;
this.acceptButton.Click += new System.EventHandler(this.OnAccept);
//