Simplified launch text

This commit is contained in:
x1nixmzeng 2018-01-04 23:59:46 +00:00
parent ff54eb8b9e
commit c6dd474b46
1 changed files with 2 additions and 2 deletions

View File

@ -41,7 +41,7 @@
this.btnRestart.Name = "btnRestart"; this.btnRestart.Name = "btnRestart";
this.btnRestart.Size = new System.Drawing.Size(63, 23); this.btnRestart.Size = new System.Drawing.Size(63, 23);
this.btnRestart.TabIndex = 0; this.btnRestart.TabIndex = 0;
this.btnRestart.Text = "Restart Session"; this.btnRestart.Text = "Start";
this.btnRestart.UseVisualStyleBackColor = true; this.btnRestart.UseVisualStyleBackColor = true;
this.btnRestart.Click += new System.EventHandler(this.button1_Click); this.btnRestart.Click += new System.EventHandler(this.button1_Click);
// //
@ -51,7 +51,7 @@
this.btnSuspend.Name = "btnSuspend"; this.btnSuspend.Name = "btnSuspend";
this.btnSuspend.Size = new System.Drawing.Size(63, 23); this.btnSuspend.Size = new System.Drawing.Size(63, 23);
this.btnSuspend.TabIndex = 1; this.btnSuspend.TabIndex = 1;
this.btnSuspend.Text = "Suspend"; this.btnSuspend.Text = "Pause";
this.btnSuspend.UseVisualStyleBackColor = true; this.btnSuspend.UseVisualStyleBackColor = true;
this.btnSuspend.Click += new System.EventHandler(this.button2_Click); this.btnSuspend.Click += new System.EventHandler(this.button2_Click);
// //